I need to implement a carousel of 5 divs with 3 that appear and two the are off screen. I want to cycle through the divs with arrows so that they move around like a carousel.
I know you can do this with jQuery - but I'm limited to using prototype.js and scriptaculous.
What is the simplest way to do this?