Jquery multiple gallery help

Hi

I have got 4 versions of the same jquery gallery slideshow on my webpage and is all working ok but got one small issue, hopefully can be fixed

The jquery slideshow I am using is below

http://www.coffeescripter.com/code/ad-gallery/#ad-image-0

If I can click on one of the thumbnails in one of the galleries, all the other 3 change to that thumbnail as well, is there anyway to stop that from happening so they all work seperatly, do I need to call them different id’s or something

My webpage with the 4 galleries is below

http://www.irhwebsites.co.uk/sites/toniscakes/gallery.php#ad-image-0

Kind regards

Ian

Hi there,

You hit the nail on the head.
Ids should be unique to a page (i.e. no two elements should have the same id).

If you change the gallery ids and the JS accordingly, this should solve your problem.