You can also add a background image to the show by setting it in your stylesheet, ex:
Code:
#master0 div {
background-image:url('whatever.jpg');
}
This would be for the the first slide show on a page. If using more than one, the second would be #master1, the next #master2, and so on.
Often when using a background image with this script, you will want to use the background positioning property to get it to line up with your existing background image.
One other thing, if you go with rangana's method (editing the script), there are actually three places it needs to be edited, not just the two rangana mentions.
However, the style approach I mentioned is easier in most cases.
Bookmarks