
div#page {
	width: 636px;
	margin: 0 auto;
}
div#container {
	padding:0px; position:relative;
}
div.content {
	/* The display of content is enabled using jQuery so that the slideshow content won't display unless javascript is enabled. */
	display: none; background:#252f2b; height:603px;width:894px;  
	padding:10px; margin:0px; position:relative;
}
div.content a, div.navigation a {
	color:#28332f;
}
div.content a:focus, div.content a:hover, div.content a:active {
	text-decoration: underline;
}
div.controls {
	width:878px;
	position:absolute; bottom:0px;
}
div.controls a {
	padding:0px;
}
div.ss-controls { height:34px; top:-2px;
	float: left; position:relative; left:-10px;
}
div.nav-controls {
	position:absolute; right:-25px; bottom:0px;
}
div.slideshow-container {
	position: relative; float:left; 
	height:400px; /* This should be set to be at least the height of the largest image in the slideshow */
}
div.loader {
	position: absolute;
	top: 0;
	left: 0;
	background-image: url('loader.gif');
	background-repeat: no-repeat;
	background-position: center;
	width: 878px;
	height:553px; /* This should be set to be at least the height of the largest image in the slideshow */
}
div.slideshow {

}
div.slideshow span.image-wrapper {
	display: block; padding:0px; margin:0px;
	position: absolute;border:solid 5px #d9d8d2; 
	top:3px; 
	left:3px;
}

div.slideshow a.advance-link img{ width:878px; height:553px; position:absolute; left:0px;}
div.slideshow a.advance-link {
	display: block; padding:0px; margin:0px;
	width:878px;float:left;
	height:553px; /* This should be set to be at least the height of the largest image in the slideshow */
	/*line-height:400px;*/ /* This should be set to be at least the height of the largest image in the slideshow */
	text-align: center;
}


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;
	
}
div.download {
	float: right; display:none;
}
div.caption-container {
	 position:absolute; bottom:-10px; z-index:1; left:8px;
}
span.image-caption {
	display: block;
	 position:absolute;
}
div.caption { position:absolute;
	 background-color: #000; 
	padding:20px; 
	top: -61px;
    width: 848px;
	
}
div.caption a {
	color: #fff;
}
div.image-title {
	font-weight: bold; font-family:Arial, Helvetica, sans-serif; font-size:14px; color:#CCCCCC; width:878px; position:absolute; left:20px; top:5px;
}

div.image-desc {
	 color:#CCCCCC;
	padding-top:5px;
}
div.navigation {
	/* The navigation style is set using jQuery so that the javascript specific styles won't be applied unless javascript is enabled. */
	width:739px !important;
}
ul.thumbs {
	clear: both;
	margin: 0;  
	position: relative; left:204px; 
	padding: 0; width:948px; 
}
ul.thumbs li {
	float: left; width:149px;
	padding: 0;
	margin: 5px 0px 5px 4px;
	list-style: none;
}
a.thumb {
	padding: 12px;
	display: block;
	border: 1px solid #ccc;
}
ul.thumbs li.selected a.thumb {
	background: #fff;
}
a.thumb:focus {
	outline: none;
}
ul.thumbs img {
	border: none;
	display: block;
}
div.pagination {
	clear: both; display:none;
}
div.navigation div.top {
	margin-bottom: 12px;
	height: 11px;
}
div.navigation div.bottom {
	margin-top: 12px;
}
div.pagination a, div.pagination span.current, div.pagination span.ellipsis {
	display: block;
	float: left;
	margin-right: 2px;
	padding: 4px 7px 2px 7px;
	border: 1px solid #ccc;
}
div.pagination a:hover {
	background-color: #eee;
	text-decoration: none;
}
div.pagination span.current {
	font-weight: bold;
	background-color: #000;
	border-color: #000;
	color: #fff;
}
div.pagination span.ellipsis {
	border: none;
	padding: 5px 0 3px 2px;
}
#captionToggle a { position:absolute; bottom:0px; left:161px;
	display: block;
}

.play{ background:url(../images/playstop.jpg) left top no-repeat; width:161px; height:36px; display:block; color:#000000;}
.pause{ background:url(../images/playstop.jpg) left bottom no-repeat; width:161px; height:34px; display:block; color:#000000;}

.off{ background:url(../images/caption.jpg) left top no-repeat; width:162px; height:36px; display:block; color:#000000;}
.on{ background:url(../images/caption.jpg) left bottom no-repeat; width:162px; height:36px; display:block; color:#000000;}

.fullscreen{ position:absolute; z-index:1; top:-36px; left:323px;}






.prev{ background:url(../images/prev.jpg) left top no-repeat; width:35px; height:36px; display:block; color:#000000; float:left;}
.next{ background:url(../images/next.jpg) left bottom no-repeat; width:36px; height:36px; display:block; color:#000000; float:left;}
