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: 930px;
	display:block;
	text-align: center;
}
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.ss-controls {
}
div.nav-controls {
}

div.slideshow-container {
	clear: both;
	height: 300px; /* This should be set to be at least the height of the largest image in the slideshow */
	width: 500px;
	position: relative;
}
div.loader {
	position: absolute;
	top: 0;
	left: 0;
	background-image: url('loader.gif');
	background-repeat: no-repeat;
	background-position: center;
	width: 457px;
	height: 244px; /* 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: 500px; /* This should be set to be at least the height of the largest image in the slideshow */
	text-align: center;
	text-decoration: none;
	height: 350px;
}
div.slideshow a.advance-link:hover, div.slideshow a.advance-link:active, div.slideshow a.advance-link:visited {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.slideshow img {
	vertical-align: middle;
	border-style: none;
}

div.download {
	
}
div.caption-container {
	position: relative;
	text-align: right;
	height: 30px;
}
span.image-caption {
	position: absolute;
	width: 930px;
	top: 0;
	left: 0;
	margin: 0px;
	padding: 0px;
}

div.caption {
	margin-right: 15px;
 	
}

a.thumb {
	display: inline;
	margin: 0px;
	padding: 0px;
}
ul.thumbs li.selected a.thumb {
	border-bottom-color: #FFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
a.thumb:focus {
	outline: none;
}
a.thumb:hover {
	outline: none;
}
a.thumb:active {
	outline: none;
}

ul.thumbs  {
	overflow: hidden;
	height: 85px;
}
ul.thumbs  li{
	margin: 0px;
	padding: 0px;
}
ul.thumbs img {
	margin: 0px;
	padding: 0px;	/* stops random gap under thumbnails */
	/*display: block; stops random gap under thumbnails */
}
div.pagination {
	font-size: 8px;
	text-align: center;
	position: relative;
	right: -90px;
	bottom: 16px;
}
div.navigation div.top {
	height: 5px;
	text-align: center;
}
div.navigation div.bottom {
	text-align: right;
	float: right;
	margin-top: 2px;
}
div.pagination a, div.pagination span.current, div.pagination span.ellipsis {
	display: block;
	margin-right: 2px;
	padding-top: 1px;
	padding-right: 3px;
	padding-bottom: 1px;
	padding-left: 3px;
	float: left;
	color: #999;
}
div.pagination a:hover {
	background-color: #eee;
	text-decoration: none;
}
div.pagination span.current {
	font-weight: bold;
	background-color: #000;
	border: 1px solid #999;
}
div.pagination span.ellipsis {
	border: none;
	padding: 5px 0 3px 2px;
}

