You really don't need to edit the script for that, though if done properly that can work. However, it's generally best to leave a script alone, that way if you need help with it in the future, it won't be a custom job. What you are looking for can be done with css alone. Let's say your wrapperid is fadeshow1, add this to your stylesheet:
Code:
#fadeshow1, #fadeshow1 .gallerylayer {
background-color: #fff!important;
}
Just make sure if you are using a different wrapperid that you substitute it for fadeshow1 in the above.
Bookmarks