If all is as I think you're saying it is, just add this stylesheet to the head of the page:
Code:
<style type="text/css">
#fadeshow1, #fadeshow1 .gallerylayer {
background: transparent !important;
}
</style>
Or add its rule to an existing stylesheet for the page.
Where fadeshow1 is the wrapperid for the slideshow. If your's is different, make adjustments to the style rule accordingly.
Be sure to use the !important keyword as shown to override the scripted styles for these elements.
The browser cache may need to be cleared and/or the page refreshed to see changes.
If you want more help, please include a link to the page on your site that contains the problematic code so we can check it out.
Bookmarks