div.content {
	display: none;
	float: right;
	width: 583px;
}

div.content a {
	text-decoration: none;
}

div.content a:focus,
div.content a:hover,
div.content a:active {
	text-decoration: none;
}

.controls {
	float: left;
	margin: 5px 0 10px 0;
	width: 100%;
	text-align: right;
}

.controls a {
	padding: 3px 10px;
	margin: 0 2px;
	font-size: 11px;
	border: 1px solid #d9d9d9;
	background-color: #ececec;
	text-decoration: none;
	color: #2a2a2a;
	border-color: #818181;
	background-color: #d9d9d9;
}

.controls a:hover {
	color: #b82118;
	border-color: #b82118;
}

div.ss-controls {
	float: left;
}

div.nav-controls {
	float: right;
}

div.slideshow-container {
	position: relative;
	clear: both;
	height: 400px; /* 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('../images/loader.gif');
	background-repeat: no-repeat;
	background-position: center;
	width: 583px;
	height: 400px; /* This should be set to be at least the height of the largest image in the slideshow */
}

div.slideshow {
	text-align: center;
}

div.slideshow span.image-wrapper {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}

div.slideshow a.advance-link {
	padding: 0;
	margin: 0;
	display: block;
	width: 583px;
	height: 400px; /* This should be set to be at least the height of the largest image in the slideshow */
	line-height: 400px; /* This should be set to be at least the height of the largest image in the slideshow */
	text-align: center;
}

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;
	padding: 4px;
	margin-left: -2px;
	background-color: white;
	border: 1px solid #d9d9d9;
}

div.download {
	text-align: center;
}

div.download a {
	font-size: 11px;
	line-height: 25px;
}

div.download a:hover {
	text-decoration: underline;
}

div.caption-container {
	position: relative;
	clear: left;
	height: 25px;
}

span.image-caption {
	display: block;
	position: absolute;
	width: 583px;
	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: 0;
}

ul.thumbs li {
	float: left;
	padding: 0;
	margin: 3px 0;
	list-style: none;
}

ul.thumbs img {
	margin-left: 10px;
}

ul.thumbs img.first-row {
	margin-top: 0;
}

ul.thumbs img.first-column {
	margin-left: 0;
}

div.pagination {
	clear: both;
}

div.navigation div.top {
	margin-bottom: 12px;
	height: 11px;
}

div.navigation div.bottom {
	margin-top: 12px;
}

