
div.content         { font-size: 12px; display: none; margin: 0 0 15px; padding: 0; width: 550px; float: right }
div.content a, div.navigation a    { color: #777; font-size: 12px; text-decoration: none; margin: 0; padding: 0 }
div.content a:focus, div.content a:hover, div.content a:active  { text-decoration: underline }
div.controls       { margin: 10px 0 0 }
div.controls a  { padding: 5px }
div.ss-controls {
	float: left;
}
div.nav-controls {
	float: right;
}
div.slideshow-container    { position: relative; height: 502px; clear: both }
div.loader    { background-image: url(../images/inner_img/loader.gif); background-repeat: no-repeat; background-position: center; position: absolute; top: 0; left: 0; width: 550px; height: 502px }
div.slideshow {

}
div.slideshow span.image-wrapper {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
div.slideshow a.advance-link  { line-height: 502px; text-align: center; display: block; width: 550px; height: 502px }
div.slideshow a.advance-link:hover, div.slideshow a.advance-link:active, div.slideshow a.advance-link:visited {
	text-decoration: none;
}
div.slideshow img  { vertical-align: middle; border: solid 1px gray }
div.download {
	float: right;
}
div.caption-container   { position: relative; height: 55px; clear: left }
span.image-caption {
	display: block;
	position: absolute;
	width: 550px;
	top: 0;
	left: 0;
}
div.caption  { font-size: 12px; padding: 10px }
div.image-title  { font-size: 14px; font-weight: bold }
div.image-desc   { font-size: 12px; padding-top: 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    { margin: 0; padding: 0; clear: both }
ul.thumbs li   { list-style: none; margin: 5px 10px 5px 0; padding: 0; float: left }
a.thumb  { display: block; padding: 2px; border: solid 1px #ccc }
ul.thumbs li.selected a.thumb  { background: #000 }
a.thumb:focus {
	outline: none;
}
ul.thumbs img {
	border: none;
	display: block;
}
div.pagination     { margin: 30px 0 0; clear: both }
div.navigation div.top  { margin-bottom: 12px; height: 11px }
div.navigation div.bottom  { margin-top: 0 }
div.pagination a, div.pagination span.current, div.pagination span.ellipsis  { display: block; margin-right: 2px; padding: 4px 7px 2px; float: left; border: solid 1px #ccc }
div.pagination a:hover {
	background-color: #eee;
	text-decoration: none;
}
div.pagination span.current  { color: #fff; font-size: 12px; font-weight: bold; background-color: #000; border-color: #000 }
div.pagination span.ellipsis  { padding: 5px 0 3px 2px; border: none }
