Hi, I am new to jQuery but I have managed to get the awesome anythingSlider to work on other sites but I can't work out why this isn't working here: http://www.fireflycomms.com The slider is set up like so: <div class="anythingSlider"> <div class="wrapper"> <ul> <li> image a text a </li> <li> image b text b </li> etc... </ul> </div> </div> However, in FF, Chrome and Safari on Mac the image a appears with text b, image b appears with text c, etc. I have gone through the code and I can't see what's wrong.
I've had to hack my way out of this one and I've put the text on the images in Photoshop so it's not appearing incorrect now. But the anythingSlider is wrong somehow. The Stop/Start button did not work so I disabled it - put "autoPlay: false" in the footer. So if anyone can see the problem I would be most grateful.