I'm using the s3Slider jQuery plug-in and am having some problems modifying the code.

I've got the rotating images and messages working fine, but I need to make it so that images at the bottom of the page trigger the appropriate animation when the user rolls over it.

If you look at:
http://www.brianwpiper.com/jq/tstjQ4.html
you can see how the rotation is working. I'm not sure what to add to the .js and .css files to make the images at the bottom trigger the animation function.

I'm guessing I need to create new css elements for the smaller images and then create a function in the s3Slider.js file to call the fadeElement function when they roll over the smaller images? Does that sound right??

Any tutorials/samples out there that anyone is aware of?

TIA!!!