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: left;
	width: 100%; 
	margin-top:0px;
	margin-bottom:0px;
}
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 {
	margin-top: 8px;
	height: auto;
	width:536px;
}
div.controls a {
	padding: 14px;
}
div.ss-controls {
	float: left;
	display:none
}
div.nav-controls {
	float: right;
	margin-right:-5px; position:absolute; margin-top:-215px; width:910px;
}
div.slideshow-container {
	position: relative;
	clear: both;
	width:100%;
	overflow:hidden; margin-top:15px;
	height: 385px; /* 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: 536px;
	height: 410px; /* 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;
	overflow:hidden;
}
div.slideshow a.advance-link {
	display: block;
	width: 1300px;
	height: 410px; /* This should be set to be at least the height of the largest image in the slideshow */
	line-height: normal; /* This should be set to be at least the height of the largest image in the slideshow */
	text-align: left;
	float:left;
	overflow:hidden
}
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: 0px solid #ccc;
	float:left;
}
div.download {
	float: right;
}
div.slideshow a.advance-link img {float:left; margin-top:0px !important;}

div.caption-container {
	position: relative;
	clear: left;
	height: 75px;
}
span.image-caption {
	display: block;
	position: absolute;
	width: 550px;
	top: 0;
	left: 0;
}
div.caption {
	padding: 12px;
}
div.image-title {
	font-weight: bold;
	font-size: 1.4em;
}
div.image-desc {
	line-height: 1.3em;
	padding-top: 12px;
}
div.navigation {
	
	border-bottom:1px solid #7a1315;
	padding-bottom:7px;
	margin-bottom:7px;
}
ul.thumbs {
	clear: both;
	margin: 0;
	padding: 0;
}
ul.thumbs li {
	float: left;
	padding: 0;
	margin: 0px 4px 4px 0;
	list-style: none;
	height:35px;
	width:35px;
}
a.thumb {
	padding: 0px;
	display: block;
	border: 0px solid #ccc;
	text-align:center;
}
ul.thumbs li.selected a.thumb {
	background:transparent;
	
}
a.thumb:focus {
	outline: none;
}
ul.thumbs img {
	border: none;
	display: block;
}
div.pagination {
	clear: both;
}
div.navigation div.top {
	/*margin-bottom: 12px;*/
	height: auto; display:none;
}
div.navigation div.bottom {
	margin-top: 10px; float:right
}
div.pagination a, div.pagination span.current, div.pagination span.ellipsis {
	display: block;
	float: left;
	margin-right: 2px;
	padding: 0px 3px;
	font-family:Calibri, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:normal;
	background:none;
}
div.pagination a:hover {
	background:none;
	text-decoration: none;
	color:#7a1315
}
div.pagination span.current {
	font-family:Calibri Bold, Arial, Helvetica, sans-serif;
	background-color: #7a1315;
	border-color: #7a1315;
	color: #fff;
}
div.pagination span.ellipsis {
	border: none;
	padding: 5px 0 3px 2px;
}
