Hi Thanks so much for that it works perfectly... except...
If I add a text filled div to be included in the cycle like this: <div class="pics"> <img src="images/001.jpg" /> <img src="images/002.jpg" /> <img src="images/003.jpg" /> <div class="last"> text text text </div> </div> ... Once i've cycled to 4 the 3 images disappear and only the text div works. I've used classes instead of IDs like you said. I don't want a caption on them by the way, so would that be interfering with the text div? I don't know Thanks again.