> Ok so i've solved it by changing all the tags and adding new scripts > for each one > > http://www.lukeskinnerdesigns.co.uk/jq-test.html > > It looks good but i'm concerned that i'm gonna have a huge amount of > css and javascript with all the different slideshows. > > So is there a better way to do it?
You want to use "each" for something like that so you don't have to repeat yourself. And as mentioned above, stay away from IDs. Here's an example: http://www.malsup.com/jquery/cycle/test/apr10.html