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

Recent Demos

 Move css3 slider arrows

Q: Hi,
I can I move the navigation icons? I want them to show outside of photo frames at top or bottom.
Thanks.

A: Please, open generated .css file in any text editor, find the code and edit left and right properties:

#wowslider-container1 a.ws_prev {
    background-position: 0 0;
    left: 10px;
}

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