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: 692px; 
	position:relative;
}
div.content a, div.navigation a {
	text-decoration: none;
	color: #777;
}
div.content a:focus, div.content a:hover, div.content a:active {
	text-decoration: underline;
}
div.controls {
	margin:0;
	position:absolute;
	top:0px;
	right:-25px;
}
div.controls a {
	padding: 5px;
}
div.ss-controls {
	float: left;
	display:none;	
}
div.nav-controls {
	font:normal 11px/11px Tahoma, Arial, sans-serif;
	margin:39px 0 0;
	height:31px;
	width:228px;
}
div.nav-controls a.prev {float:left;}
div.nav-controls a.next {float:right;}



div.slideshow-container {
	position: relative;
	clear: both;
	height: 502px; /* This should be set to be at least the height of the largest image in the slideshow */
	top:70px;
	z-index:1;
	width:480px;
}
div.loader {
	position: absolute;
	top: 0px;
	left: 0px;
	background-image: url('loader.gif');
	background-repeat: no-repeat;
	background-position: center;
	width: 550px;
	height: 502px; /* 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: 0px;
	left: 0px;
	padding:0;
}
div.slideshow a.advance-link {
	display: block;
	height: 500px; /* This should be set to be at least the height of the largest image in the slideshow */
	line-height: auto; /* This should be set to be at least the height of the largest image in the slideshow */
	text-align: left;
	border:none;
	padding:0;
	width:auto;
	margin:0;
	background:none;
	position:relative;
	top:-24px;
}

div.slideshow a.advance-link:hover, div.slideshow a.advance-link:active, div.slideshow a.advance-link:visited {
	text-decoration: none;
}
div.slideshow img {
	margin:2px;
	padding:2px;
	display:block;
	border: solid 1px #ccc;
	}

div.download {
	float: right;
	display:none;
}
div.caption-container {
	position: absolute;
	left:0px;
	top:0px;
	z-index:99;
	overflow:visible;
}
span.image-caption {
	display: block;
	position: absolute;
	width: 470px;
	top: 0px;
	left: 0px;
	z-index:100;
}
div.caption {
	padding: 0;
	width:470px;
	height:25px;
}
div.image-title {
	margin:33px 0 9px;
	font:normal 1.25em/1.4em Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	background:white;
	width:470px;
}
div.image-desc {
	font-weight:normal;
	position:relative;
	left:500px;
	top:0px;
	z-index:100;
	width:215px;
	margin:0;
	padding:0;
	background:white;
}

div.image-desc * {font:normal 80%/125% Georgia, "Times New Roman", Times, serif !important;}
div.image-desc p {margin-top:0;}


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;
}
ul.thumbs li {
	float: left;
	padding: 2px;
	margin: 5px 10px 5px 0;
	list-style: none;
	border: 1px solid #ccc;
	width:60px;
	height:60px;
}
a.thumb {
	padding: 0;
	display: block;
	border: none;
	height:60px;
	width:60px;
	overflow:hidden;
}
ul.thumbs li.selected {
	background: #000;
	border-color:black;
}
a.thumb:focus {
	outline: none;
}
ul.thumbs img {
	border: none;
	display: block;
	width:60px;
}
div.pagination {
	clear: both;
	}
div.navigation div.top {
	margin-bottom: 12px;
	height: 11px;
}
div.navigation div.bottom {
	margin-top: 12px;
}
div.pagination {
	margin:0;
	padding:15px 0 0;
	}
div.pagination a, div.pagination span.current, div.pagination span.ellipsis {
	color:#777;
	text-decoration:none;
	font: 11px/11px Tahoma,Arial,sans-serif;
}
div.pagination a:hover {
	text-decoration: underline;
}


div.pagination a[title~="Next"] {float:right;margin-right:10px;}
div.pagination a[title~="Prev"] {float:left;margin-left:-3px;}



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;
}