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: 729px;
	height:610px;
	background:url(../images/history/bg.jpg) left top no-repeat;
	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 {
	width:729px;
	height: 95px;
	position:absolute;
	top:250px;
	left:0px;
}
div.controls a {
	padding: 5px;
	display:block;
	width:19px;
	height:95px;
}
div.controls a.prev {
	background:url(../images/history/prev.jpg) left top no-repeat;
	float:left;
	margin-left:20px;
}
div.controls a.next {
	background:url(../images/history/next.jpg) left top no-repeat;
	float:right;
	margin-right:20px;
}
div.ss-controls {
	display:none;
}
div.nav-controls {
}
div.slideshow-container {
	clear: both;
	width:581px;
	height: 500px; /* 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-image: url('loader.gif');
	background-repeat: no-repeat;
	background-position: center;
	width: 581px;
	height: 373px; /* 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;
	left: 77px;
	width:581px;
}
div.slideshow a.advance-link {
	display: block;
	margin:0 auto;
	width: 581px;
	 /* This should be set to be at least the height of the largest image in the slideshow */
	line-height: 110px; /* This should be set to be at least the height of the largest image in the slideshow */
}
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;
}
div.download {
	float: right;
}
div.caption-container {
	position: relative;
	clear: left;
	height: 75px;
}
span.image-caption {
	display: block;
	position: absolute;
	width: 792px;
	top: 0;
	left: 0;
}
div.caption {
	padding: 12px;
	padding-top:40px;
	padding-left:90px;
}
div.image-title {
	font-weight: bold;
	font-size: 1.4em;
}
div.image-desc {
	line-height: 1.3em;
	padding-top: 12px;
}
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-top:10px;
	overflow:hidden;
}
ul.thumbs li {
	float: left;
	padding: 0;
	margin: 0;
	list-style: none;
	height:80px;
	margin:1px;
}
a.thumb {
	padding: 0px;
	display: block;
	padding:1px;
}
ul.thumbs li.selected a.thumb {
	background: #000;
}
a.thumb:focus {
	outline: none;
}
ul.thumbs img {
	border: none;
	display: block;
}
div.pagination {
	clear: both;
}
div.navigation div.top {
	margin-bottom: 12px;
	height: 11px;
}
div.navigation div.bottom {
	margin-top: 12px;
}
div.pagination a, div.pagination span.current, div.pagination span.ellipsis {
	display: block;
	float: left;
	margin-right: 2px;
	padding: 4px 0px 2px 0px;
}
div.pagination a:hover {
	background-color: #eee;
	text-decoration: none;
}
div.pagination span.current {
	background-color: #000;
	border-color: #000;
	color: #fff;
}
div.pagination span.ellipsis {
	border: none;
}
