Rotating images "AJAX like" on a page

I'm looking to produce functionality just like what's displayed here (Digitalagentur Leipzig — Medienfreunde) in the "A list with images and links" section.

I downloaded JQuery, included this plugin, and eventually got it to work in my Rails app. However, it only worked on FF3 and Safari, not IE7.

So, does anyone know how I can replicate this using Rails and/or supported frameworks?

if it works in FF3 and Safari, but not in IE7, it's more a javascript compatibility issue. It's probably better to post this in the jQuery mailing list - a look at your code will be required to help you, however.