For the first one, assuming your wrapperid is fadeshow1, put this in the head of the page or put its rule in an existing stylesheet:
Code:
<style type="text/css">
#fadeshow1, #fadeshow1 .gallerylayer {
background-color: #fff !important;
}
</style>
If you have a different wrapperid, use that instead of fadeshow1 in the above. For showing on the side - Which side? I'm assuming a side within the viewing area of the slideshow. For the left side, use this rule:
Code:
#fadeshow1 .gallerylayer img {
margin-left: 0 !important;
}
For on the right, use the same rule above and add this one:
Code:
#fadeshow1 .gallerylayer {
text-align: right;
}
Same thing as to the wrapperid. If yours is different, use it in place of fadeshow1 in these rules.
Bookmarks