 div.content {
	/* The display of content is enabled using jQuery so that the slideshow content won't display unless javascript is enabled. */
	display: none;
	position:absolute;
	width:550px;
	height:420px;
	z-index:370;
	left: 425px;
	top: 250px;
}
div.content a, div.navigation a {
	text-decoration: none;
	color: #021C18;
	padding-right: 0px;
}
div.content a:focus, div.content a:hover, div.content a:active {
	text-decoration: none;
	word-spacing: normal;
}
div.controls {
	margin-top: -20px;
	margin-left:-55px;
	height: 10px;
}
div.controls a {
	padding: 28px;
	margin: 0px;
}
div.ss-controls {
	float: left;
}
div.nav-controls {
	float: right;
}
div.slideshow-container {
	position: absolute;
	top:-5px;
	left:-30px;
	height: 360px; /* 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('/css/loader.gif');
	background-repeat: no-repeat;
	background-position: center;
	width: 400px;
	height: 409px; /* 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 {
	position:center;
	width:415px;
	height:415px;
	padding:0px;
	z-index:710;
}
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;
	border: 1px solid #ccc;
}

span.image-caption {
	display: block;
	position: absolute;
	width: 550px;
	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 {
	position:absolute;
	width:285px;
	height:425px;
	left:45px;
	top: 250px;
	z-index:700;
	overflow-y:scroll;
}
ul.thumbs li {
	float: left;
	padding: 0;
	margin: 3px 3px 3px 0;
	list-style: none;
	font-family: "Helvetica Neue", "Helvetica Neue Medium", "Helvetica Neue Bold", "Arial", "Arial Bold","Arial Italic";
}
a.thumb {
	padding: 0px;
	display: block;
	border: 1px solid #ccc;
}
ul.thumbs li.selected a.thumb {
	background: #000;
}
a.thumb:focus {
	outline: none;
	color: #031817;
}
ul.thumbs img {
	border: none;
	display: block;
}
div.pagination {
	clear: both;
}
div.navigation div.top {
	margin-bottom:10px;
	height: 11px;
}
div.navigation div.bottom {
	margin-top: 20px;
}
div.pagination a, div.pagination span.current, div.pagination span.ellipsis {
	display: block;
	float: left;
	margin-right: 0px;
	padding: 50px 7px 2px 7px;
	border: 1px solid #ccc;
}
div.pagination a:hover {
	background-color: #eee;
	text-decoration: none;
}
div.pagination span.current {
	font-weight: bold;
	background-color: #000;
	border-color: #000;
	color: #fff;
}
div.pagination span.ellipsis {
	border: none;
	padding: 5px 5px 5px 5px;
}
