Englishjquery slideshow plugin  Deutschjavascript bildergalerie  Españolcrear slideshow  Françaisjquery diaporama  ItalianoImmagini Galleria   汉语网络幻灯片: 效果的幻灯片  Português brasileiroGaleria De Imagens  Русскийслайдер изображений, слайдшоу, CSS слайдер  Svenska Bild Galleri  日本語画像のスライダー&ギャラリー  NederlandsAfbeeldingen Caroussel 

Recent Demos

 How to move jquery fading slideshow arrows outside of the image frame?

Q: This is the best slider implementation I have seen. Is it possible to move the prev/next arrows outside of the image frame?

A: You can change the arrow position in the generated .css file. Open it in any text editor and find the code:

#wowslider-container19 a.ws_prev {
    background-position: 0 0;
    left: 21px;
}


and

#wowslider-container19 a.ws_next {
    background-position: 100% 0;
    right: 21px;
}



Change value for left and right parameters.