I'm using the jQuery Cycle plugin to start a slidshow of images when hovering over the initial image. This works fine. What I want after that is to have the
slideshow stop when hovered off, and have a manual
slideshow (next/prev buttons) start. This currently works, but the
slideshow starts from the beginning each time it's initialized. I want it
…