[jQuery] how to multiple images slideshow with jquery cycle plugin

[jQuery] how to multiple images slideshow with jquery cycle plugin


Hi ,
i am new to jquery cycle plugin
I would like to make a multiple images slideshow with jquery cycle
plugin
Say I have 12 images and I want to show 3 at a time and cycle through
the 12 in this fashion:
(img1-img2-img3) then (img2-img3-img4) then (img3-img4-img5).....
(img11-img12-img1)
auto scroll
on mouseover i need it to be paused and mouseout it should continue..
Thanks in advance
And