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

Recent Demos

 How to change jquery photo sliders bullets position

Q: The bullets don't show up directly on the slideshow image. They show up ABOVE the image in the white space, so I didn't check that box. How do I make them show up directly on the image?

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

#wowslider-container1 .ws_bullets {
right: 10px;
top: 5px;
}

Set value for "top" as you need.