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: 370px; 
}
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: 5px;
	height: 23px;
}
div.controls a {
	padding: 5px;
}
div.ss-controls {
	float: left;
}
div.nav-controls {
	float: right;
}
div.slideshow-container {
	position: relative;
	clear: both;
	height: 242px; /* 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: 370px;
	height: 242px; /* 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;

	top: 0;
	left: 0;
}
div.slideshow a.advance-link {
	display: block;
	width: 370px;
	height: 242px; /* This should be set to be at least the height of the largest image in the slideshow */
	line-height: 242px; /* 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;
	border:none;
}
div.download {
	float: right;
}
div.caption-container {
	
}
span.image-caption {
	display: block;
	position: absolute;
}
div.caption {
	background-color: #000;
	padding: 12px;
	color: #ccc;
}
div.caption a {
	color: #fff;
}
div.image-title {
	font-weight: bold;
	font-size: 1.4em;
}

div.image-desc {
	line-height: 1.3em;
	padding-top: 12px;
}
div.navigation a.pageLink:focus {
	outline: none;

}
ul.thumbs li {
	float: left;
padding:3px 3px 3px 3px;
	margin: 0px;
	list-style: none;
	

}

}
ul.thumbs li:focus {
background-color:#000000
}


a.thumb {
	padding: 1px;
	display: block;
}
a.thumb:focus {
	outline: none;
	background-color:#000000;
}
ul.thumbs img {
	border: none;
	display: block;
}

ul{
padding:0px 0px 0px 0px;
margin:0px 0px 0px 0px;
}

