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: 625px; 
	background-color: #7a0001;
	border-style: none;
 vertical-align: middle;

}
div.content a, div.navigation a {
	text-decoration: none;
	color: #291413;
	
}
div.content a:focus, div.content a:hover, div.content a:active {
	border-style: none;
	
}
div.controls {
	
	height: 25px;
	background-color: #7a0001;
	width: 455px;
	float: middle;
}
div.controls a {
	
}
div.ss-controls {
	float: left;
}
div.nav-controls {
	float: right;
	width: 255px;
}
div.slideshow-container {
	position: relative;
	border-style: none;
	clear: both;
	background-color: #7a0001;
	 vertical-align: middle;
	height: 470px; /* This should be set to be at least the height of the largest image in the slideshow */
}
div.slideshow-containerprop {
	position: relative;
	border-style: none;
	clear: both;
	background-color: 9ee0fa;
	 vertical-align: middle;
	height: 470px; /* This should be set to be at least the height of the largest image in the slideshow */
}
div.loader {
	position: absolute;
	border-style: none;
	top: 0;
	left: 0;
	 vertical-align: middle;

	background-image: url(loader.gif);
	background-repeat: no-repeat;
	background-position: center;
	width: 625px;
	height: 455px; /* 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;
	border-style: none;
	
	
}
div.slideshow a.advance-link {
	display: block;
	width: 625px;
	height: 455px; /* This should be set to be at least the height of the largest image in the slideshow */
	line-height: 455px; /* This should be set to be at least the height of the largest image in the slideshow */
	text-align: center;
	text-decoration: none;
	border-style: none;
	
}
div.slideshow a.advance-link:hover, div.slideshow a.advance-link:active, div.slideshow a.advance-link:visited {
	text-decoration: none;
	border-style: none;
}
div.slideshow img {
	text-decoration: none;
	border-style: none;
	padding-top:10px;
	 vertical-align: top;

}

div.caption-container {
	position: relative;
	clear: left;
	height: 55px;
	border-style: none;
}
span.image-caption {
	display: block;
	position: absolute;
	width: 625px;
	top: 0;
	left: 0;
}
div.caption {
	padding: 6px;
}
div.image-title {
	font-weight: bold;
	font-size: 1.1em;
}
div.image-desc {
	line-height: 1.3em;
	padding-top: 6px;
}
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: 5px;
	
}
ul.thumbs li {

	float: right;
	padding: 0;
	margin: 3px 3px 3px 3px;
	list-style: none;
}
a.thumb {
	padding: 2px;
	display: block;
	
}
ul.thumbs li.selected a.thumb {
	}
a.thumb:focus {
	outline: none;
}
ul.thumbs img {
	border: none;
	display: block;
}
div.pagination {
	clear: both;
}
div.navigation div.top {
	margin-bottom: 25px;
	height: 11px;
	float: right;
	padding: 5px;
}
div.navigation div.bottom {
	margin-top: 15px;
	float: right;
	padding: 0 5px 0 0;
}
div.pagination a, div.pagination span.current, div.pagination span.ellipsis {
	display: block;
	float: left;
	margin-right: 2px;
	padding: 4px 7px 2px 7px;
	border: 1px solid #ccc;
	background-color: #7a0001;
	border-color: #291413;
	color: #291413;
	font-weight: bold;
}
div.pagination a:hover {
	background-color: #291413;
	text-decoration: none;
	color: #7a0001;
}
div.pagination span.current {
	
	background-color: #7a0001;
	border-color: #291413;
	color: #291413;
}
div.pagination span.ellipsis {
	border: none;
	padding: 5px 0 3px 2px;
}
div#backbox {
	position: absolute;
	width: 130px;
	height: 25px;
	margin: 480px 3px 0 80px;

}
