#smallsWrapper {
	float: left;
	width: 98px;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
div.content {
	/* The display of content is enabled using jQuery so that the slideshow content won't display unless javascript is enabled. */
	display: none;
	float: right;
	width: 842px;
	margin-bottom: 7px;
}
div.content a, div.navigation a {
	text-decoration: none;
}
div.content a:focus, div.content a:hover, div.content a:active {
	text-decoration: none;
}
div.controls {
	height: 7px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	color: #7a311c;
	margin-bottom: 0px;
	display: block;
	font-weight: bold;
	letter-spacing: 0.05em;
	line-height: 1.5em;
	margin-right: 10px;
}
div.controls a {
	padding: 0px;
	color: #7a311c;
}
div.controls a:hover {
	padding: 0px;
	color: #666;
}
div.ss-controls {
	float: right;
}
div.nav-controls {
	float: left;
	display: none;
}
div.slideshow-container {
	position: relative; /* 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; /* 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; /* 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 {
}
div.download {
	float: right;
}
div.caption-container {
	position: relative;
}
span.image-caption {
	display: block;
	position: absolute;
	width: 550px;
	top: 0;
	left: 0;
}
div.caption {
}
div.image-title {
}
div.image-desc {
}
div.navigation {
	text-decoration: none;	/* The navigation style is set using jQuery so that the javascript specific styles won't be applied unless javascript is enabled. */
}
ul.thumbs {
	margin: 0;
	padding: 0;
	float: left;
}
ul.thumbs li {
	padding: 0;
	list-style: none;
	margin: 0px;
	float: left;
}
a.thumb {
	padding: 0px;
	display: block;
	float: left;
	height: 56px;
	width: 98px;
	margin-top: 0px;
	margin-right: 11px;
	margin-bottom: 11px;
	margin-left: 0px;
}
a.thumbRight {
	padding: 0px;
	float: right;
	height: 85px;
	width: 98px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
	display: block;
}
ul.thumbs li.selected a.thumb {
	text-decoration: none;
}
a.thumb:focus {
	outline: none;
}
ul.thumbs img {
	border: none;
	display: block;
	float: left;
}
div.pagination {
	clear: both;
}
div.navigation div.top {
}
div.navigation div.bottom {
}
div.pagination a, div.pagination span.current, div.pagination span.ellipsis {
	display: block;
	float: left;
	text-decoration: none;
}
div.pagination a:hover {
	text-decoration: none;
}
div.pagination span.current {
	float: right;
	text-decoration: none;
}
div.pagination span.ellipsis {
	border: none;
	padding: 0px;
}
