div.content {
	/* The display of content is enabled using jQuery so that the slideshow content won't display unless javascript is enabled. */
	display: none;
	width: 900px; 
	margin: 0 auto;
}
#container{ width:900px; overflow:hidden; margin-top: 20px;margin: 0 auto;}
div.content a, div.navigation_div a {
	text-decoration: none;
	color: #333333;
}
div.content a:focus, div.content a:hover, div.content a:active { color:#f76300 !important;
}
div.controls {
	height: 23px; display: none;
}
div.controls a {
	padding: 5px 5px 5px 0px; 
}
div.ss-controls { display:none;
}
div.photo-index { float:left; margin:5px 0px 0px 10px; font-size:12px; color:#333333; width:60px; display: none;
}
div.nav-controls { float:left; margin:5px 0px 0px 10px; font-size:12px; color:#333333; width:100px;
}
div.slideshow-container {
	position: relative; 
	width:900px;
	clear: both;
	height: 540px; /* This should be set to be at least the height of the largest image in the slideshow */
	margin-bottom: 20px;
	margin-left:10px;
}
div.loader {
	position: absolute;
	top: 0;
	left: 0;
	background-image: url('loader.gif');
	background-repeat: no-repeat;
	background-position: center;
	width: 350px;
	height: 480px; /* This should be set to be at least the height of the largest image in the slideshow */
}
div.slideshow {
 margin-top: -8px;
}
div.slideshow span.image-wrapper {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width:900px; overflow:hidden; 
}
div.slideshow a.advance-link {
	display: block;
	width: 228px;
	height: 550px; /* This should be set to be at least the height of the largest image in the slideshow */
	/* 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 img{ border:0px !important; margin-top:-16px;}
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;

}
.slideshow img{
	margin: 0 auto;
	padding: 0;
	border: none;
	width: auto; 
	height:550px;
	margin-top: 5px;
	
}
div.download {
	float: right;
}
div.caption-container {
	width:105px !important;
}
span.image-caption {
	display: block;
	position: absolute;
	width: 550px;
	top: 0;
	left: 0;
}
div.caption { float:left !important;  position:absolute; margin:532px 0px 0px 823px; width:105px !important;
}
div.image-title { font-size:12px; color:#666666;
}
div.image-desc {
	line-height: 1.3em;
	padding-top: 12px;
}
div.navigation_div { width:296px !important; float:right !important;
	/* 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: -2px 0px 5px 0px;
	padding: 0;  overflow:hidden;
}
.bord_si{border-bottom:solid 2px #e3e3e3; margin-left:8px; margin:7px 0px 8px 8px; display: none;}
ul.thumbs li {
	float: left;
	padding: 0;
	margin: 5px 0px 4px 8px;
	width: 130px;
	list-style: none;
}
a.thumb {
	display: block;
}
ul.thumbs li.selected a.thumb {
}
a.thumb:focus {
	outline: none;
}
ul.thumbs img {
	border: none;
	display: block;
	width: auto; 
	height:84px;
	margin: 0px auto;
}
div.pagination {
	clear: both;
}
div.navigation_div div.top {
}
div.navigation_div div.bottom {
}
div.pagination a, div.pagination span.current, div.pagination span.ellipsis {
	display: block;
	float: left;
	margin-right: 2px;
	padding: 4px 7px 2px 7px;
 display:none;
}
div.pagination a:hover {
	background-color: #eee;
	text-decoration: none;
}
div.pagination span.current {
	font-weight: bold;
	color: #fff;
}
div.pagination span.ellipsis {
	border: none;
	padding: 5px 0 3px 2px;
}
