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: right;
	width: 580px; 
	height:400px;
	
	margin-right:20px;
	*/
}
div.content a, div.navigation a {
	text-decoration: none;
	color:#999999;
	
}

div.content a:focus, div.content a:hover, div.content a:active {
	text-decoration: underline;
}
div.controls {
	margin-top: 5px;
	height: 23px;
}
div.controls a {
	padding: 5px;
}
div.ss-controls {
	float: left;
}
div.nav-controls {
	float: right;
}
div.slideshow-container {
	position: relative;
	clear: both;
	height: 490px; /* 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-color:#FFFFFF;
	background-image: url('loader.gif');
	background-repeat: no-repeat;
	background-position: center;
	width: 735px;
	height: 490px; /* 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;
	position: absolute;
	top: 0;
	left: 0;
}
div.slideshow a.advance-link {
	display: block;
	width: 100%;
	height: 100%; /* This should be set to be at least the height of the largest image in the slideshow */
	line-height: 100%; /* 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 {
position:absolute;
top:0;
left:0;
	border: none;
}
div.download {
	float: right;
}
div.caption-container {
	position: relative;
	clear: left;
	height: 15px;
}
span.image-caption {
	display: block;
	position: absolute;
	width: 550px;
	top: 0;
	left: 0;
}
div.caption {
	padding: 0;
	margin-top:5px;
}
div.image-title {
	font-weight: bold;
	font-size: 12px;
	float:left;
		line-height:12px;
}
div.image-desc {
	line-height:12px;
	font-size: 12px;
	padding-top: 0;
	float:left;
	margin-top:1px;
}
div.navigation {
	/* The navigation style is set using jQuery so that the javascript specific styles won't be applied unless javascript is enabled. */
	margin-left:5px;
	margin-top:0;
	margin-bottom:5px;
	position:absolute;
	bottom:20px;
	width:300px;
	height:230px;
	overflow:hidden;
	display:none;
}
ul.thumbs {
	clear: both;
	margin: 0;
	padding: 0;
	margin-left:15px;
	height:210px;
}
ul.thumbs li {
	float: left;
	padding: 0;
	list-style: none;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0;
}
a.thumb {
	padding: 2px;
	display: block;
	border: 1px solid #ccc;
}
a.prev{
position: relative;
left: -600px;
top:250px;
font-size:16px;
}
ul.thumbs li.selected a.thumb {
	background: #000;
}
a.thumb:focus {
	outline: none;
}
ul.thumbs img {
	border: none;
	display: block;
	width:55px;
height:55px;
font-size:10px;
overflow:hidden;
}
div.pagination {
	clear: both;
	float:right;
}
div.navigation div.top {
	margin-bottom: 12px;
	height: 11px;
}
div.navigation div.bottom {
	margin-top: 0;
	margin-right:8px;
	font-size:10px;
}
div.pagination a:after {

	
}
div.pagination a,div.paginator a, div.pagination span.current, div.pagination span.ellipsis {
	display: block;
	float: left;
	margin-right: 1px;
	padding: 2px 3px 1px 3px;
	border: 0px solid #ccc;
}
div.pagination a:hover {
	text-decoration: none;
	color:#333333;
}
a.inactive {
	font-weight: bold !important;
	background-color: #FFF !important;
	color:#666666 !important;
}
div.pagination span.current
div.pagination span.ellipsis {
	border: none;
	padding: 5px 0 3px 2px;
}
 /* jQuery specific overlay styles */
 
 #jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}
