
div.content {  /* main image  */
	/* The display of content is enabled using jQuery so that the slideshow content won't display unless javascript is enabled. */
	display: none;
	float: right;
	margin-right:75px;
}
div.content a, div.navigation a {  /* all nonactive thumbs, Slideshow links, Prev/Next and main image  */
	font-size:16px;
	text-decoration: none;
	color: #999;
}
div.content a:focus, div.content a:hover, div.content a:active {
	color: #fff;
}
div.controls {    /* Slideshow and Prev/Next */
	width: 600px;
	margin-top: 5px;
	height:23px;
}
div.controls a {
	padding: 5px;
}
div.ss-controls {  /* Slideshow */
	float: left;
	margin-top:5px;
	letter-spacing:.4em;
	text-transform:lowercase;
}
div.ss-controls a.play, div.ss-controls a.play:visited {  /* Slideshow */
	color:#999;
}
div.ss-controls a.play:hover {  /* Slideshow */
	color:#fff;
}
div.nav-controls {  /* Prev/Next */
	float: right;
	padding-bottom:10px;
}
div.nav-controls a {  /* Prev/Next */
	border:none;
	margin-left:20px;
}
div.slideshow-container {  /* main image  */
	position: relative;
	clear: both;
	height: 600px; /* 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: 600px;
	height: 600px; /* This should be set to be at least the height of the largest image in the slideshow */
	line-height: 600px; /* This should be set to be at least the height of the largest image in the slideshow */
	text-align: center;
	background-color: #000;
}
div.slideshow a.advance-link:hover, div.slideshow a.advance-link:active, div.slideshow a.advance-link:visited {
	text-decoration: none;
	color: #fff;
}
div.slideshow img {
	max-width:600px;
	max-height:600px;
}
div.download {
	float: right;
}
div.caption-container {
	position: relative;
	clear: left;
	margin-top: 20px;
}
span.image-caption {
	display: block;
	position: absolute;
	width: 600px;
	top: 0;
	left: 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: 10px 0 0 0;
}
ul.thumbs li {
	float: left;
	padding: 0;
	margin: 6px 12px 6px 0;
	list-style: none;
}
a.thumb {
	padding: 2px;
	display: block;
	background-color: #000;
	border: 2px solid #000;
}
a.thumb img {
	width: 80px;
	height: 80px;
	overflow: hidden;
}
ul.thumbs li.selected a.thumb {
	border: 2px solid white;
}
ul.thumbs li a.thumb {
	text-transform: uppercase;
}
a.thumb:focus {
	outline: none;
}
ul.thumbs img {
	border: none;
	display: block;
}
div.pagination {
	clear: both;
}
div.navigation div.top {
	margin: 10px 0 15px 0;
	height: 11px;
}
div.navigation div.bottom {
	margin-top: 30px;
	height: 11px;
}
div.pagination a, div.pagination span.current, div.pagination span.ellipsis {
	display: block;
	float: left;
	margin-right: 8px;
	padding: 2px 7px 1px 7px;
	background-color: #000;
	border:1px solid #000;
}
div.pagination a:hover {
	background-color: #bbb;
	color:#000;
	text-decoration: none;
	border:1px solid #bbb;
}
div.pagination span.current {
	background-color: #eee;
	border: 1px solid #eee;
	color: #000;
	font-size:16px;
}
div.pagination span.ellipsis {
	border: none;
	padding: 5px 0 3px 2px;
}