div.content { /* The display of content is enabled using jQuery so that the slideshow content won't display unless javascript is enabled. */ display: none; float: left; width: 385px; height: 385px; vertical-align: top; }
div.controls { position: relative; float: left; display: block; margin: 0px; left: 294px; top: -65px; vertical-align: bottom; text-align: center; }
div.slideshow-container { position: relative; width: 500px; height: 500px; }
div.loader { position: absolute; top: 0; left: 0; background-image: url('/images/loader.gif'); background-repeat: no-repeat; background-position: center; width: 385px; height: 385px; /* This should be set to be at least the height of the largest image in the slideshow */ }
div.slideshow span.image-wrapper { display: block; position: absolute; top: 0; left: 0; }
div.slideshow a.advance-link { text-decoration: none; border: 0; }
div.slideshow img { width: 500px; height: 500px; border: 0; }
span.image-caption { display: block; position: absolute; width: 385px; top: 0; left: 0; }
div.caption { padding: 12px; }
div.navigation { /* The navigation style is set using jQuery so that the javascript specific styles won't be applied unless javascript is enabled. */ }
ul.thumbs { clear: both; margin: 0; padding: 0; width: 504px; }
ul.thumbs li { float: left; list-style: none; padding: 2px 1px 0px 0px; }
a.thumb { padding: 0px 0px 0px 0px; border: 1px solid #CECECE; display: block; }
ul.thumbs li.selected a.thumb {border: 4px solid #F21F8C; width: 116px; height: 116px; }
ul.thumbs li a.thumb { overflow: hidden; width: 122px; height: 122px; }
ul.thumbs li.selected a.thumb img {/* top: -4px; left: -4px; */}
ul.thumbs li a.thumb { /*overflow: hidden;*/ }
/*ul.thumbs li.selected img {
width: 113px;
height: 113px;
}*/
a.thumb:focus { outline: none; }
ul.thumbs img { border: 0px; display: block; width: 129px; height: 129px; }
div.navigation div.top { margin-bottom: 12px; height: 11px; }
div.navigation div.bottom { margin-top: 12px; }
div.pagination_slide { display: none; }