Another elegant and very efficient solution for your slideshow and images slider.
It comes from landofcoder and is very simple to use.
For joomla users, available plugin.
For others, you have to code, but it's not too bad !
direction: '', //support 2 directions, opacity and slide from right to left (as default) mainItemSelector : 'li',
navInnerSelector : 'ul',
navSelector: 'li' ,
navigatorEvent: 'click',
wapperSelector:'.lof-main-wapper',mainWidth:600, // set width of slider
interval: 4000, // set time to play next slide
auto: true, // whether to automatic play the slideshow
maxItemDisplay: 3,
startItem: 0,
navPosition: 'vertical',
navigatorHeight: 100,//set height of navigator item (note: add padding of item)
navigatorWidth: 310,//set width of navigator item (note: add padding of item)
duration: 600,
navItemsSelector: '.lof-navigator li',
navOuterSelector: '.lof-navigator-outer' ,
isPreloaded: true,
easing: 'easeInOutQuad',
buttons:null