Put this style in the head of the page:
Code:
<style type="text/css">
#fadeshow1, #fadeshow1 .gallerylayer {
background-color: #fff !important;
}
</style>
where fadeshow1 is the wrapperid for the show. Or you can go for the first image as well by doing:
Code:
<style type="text/css">
#fadeshow1, #fadeshow1 .gallerylayer {
background: #fff url(path/filename.jpg) !important;
}
</style>
where path/ is the path (if any) to the first image and filename.jpg is the filename and extension of the first image in your slideshow.
Be sure to use the !important keyword as shown to override the script's default styles for these elements.
Note: You may instead incorporate the rule you choose to use into an existing stylesheet for the page.
Bookmarks