Here’s a super-simple DIV slideshow with JQuery based on one for prototype/scriptaculous, it can be found here. The beauty is that it can contain anything
a div can. I’ve been using it for just a single image link, but you can put anything in there. Here’s the HTML:
And the Javascript
I chose 850 as a delay offset on the fade-in because it meshes well with jquery’s default timing.
You can fiddle with the numbers as you see fit. Here’s what it looks like
If you need more power, check out Malsup’s Cycle plugin.