
div.content {
	/* The display of content is enabled using jQuery so that the slideshow content won't display unless javascript is enabled. */
	display: none;
	clear:both;
	width: 575px; 
	border:0px solid black;
	padding: 0;
	z-index: -1;
	margin-top: 15px;
	margin-bottom: 5px;
}	

div.slideshow-container {
width: 575px;
	position: relative;
	clear: both;
	height: ; /* This should be set to be at least the height of the largest image in the slideshow */
	border: 0px solid green;
	padding: 0;
	margin-bottom: 10px;
	z-index: -1;
}
div.loader {
	position: absolute;
	top: 0;
	left: 0;
	background-image: url('loader.gif');
	background-repeat: no-repeat;
	background-position: center;
	width: 575px;
	height: 502px; /* 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: relative;
	top: 0;
	left: 0;
	z-index: -1;
	padding: 0;
	margin-top: 14px;
}

div.slideshow img {
	vertical-align: top;
	border: 0px solid #ccc;
}
div.download {
	float: right;
}
div.caption-container {
	position: relative;
	clear: left;
	height: 30px;
	border:0px dashed grey;
	position: relative;

}
span.image-caption {
	display: block;
	position: absolute;
	width: 550px;
	top: 0;
	left: 0;
}
div.caption {
	padding: 0;
	font: normal 12px Arial, Helvetica, sans-serif;
	color: black;
	border:0px dashed grey;

}
div.image-title {
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #7B0A23;
}
div.image-desc {
	line-height: 1.3em;
	padding-top: 7px;
	border: 0px solid grey;
	
}

ul.thumbs {
	clear: both;
	margin: 0;
	padding: 0;
	margin-right:-480px;
	width: 575px;
	z-index: 99999;
	bottom: 0;
}

ul.thumbs li {
	float: left;
	padding: 0;
	margin: 5px 10px 5px 0;
	list-style: none;
	z-index: 99999;
}
a.thumb {
	padding: 2px;
	display: block;
	border: 0px solid #ccc;
}
ul.thumbs li.selected a.thumb {
	background: #7B0A23;
}
a.thumb:focus {
	outline: none;
}
ul.thumbs img {
	border: none;
	display: block;
}

