body {
	background-color:#B0B0B0;
        font-family: trebuchet ms;
	font-size:11px;
        text-decoration:none;

		}
h1 {
	font-size:16px;
	
	}


div.content {
position: absolute;
	top: 0px;
	left: 0px;
	/* The display of content is enabled using jQuery so that the slideshow content won't display unless javascript is enabled. */
	*/display: none;
	}
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: 0px;
	height: 350px;
}
div.controls a {
	padding: 0px;
}
div.ss-controls {
	float: left;
}
div.nav-controls {
	float: right;
}
div.slideshow-container {
	position: absolute;
text-align: left;
}
div.loader {
	position: absolute;
	background-image: url('loader.gif');
	background-repeat: no-repeat;
	background-position: center;
	width: 350px;
	height: 350px; /* This should be set to be at least the height of the largest image in the slideshow */
text-align: left;
}
div.slideshow {
position: absolute;
text-align: left;


}
div.slideshow span.image-wrapper {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
text-align: left;
}
div.slideshow a.advance-link {
	display: block;
	width: 350px;
	height: 350px; /* This should be set to be at least the height of the largest image in the slideshow */
	text-align: left;
}
div.slideshow a.advance-link:hover, div.slideshow a.advance-link:active, div.slideshow a.advance-link:visited {
	text-decoration: none;
text-align: left;
}
div.slideshow img {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 350px;
	height: 350px;
text-align: left;
border: none;
}
div.download {
	text-align: left;
}
div.caption-container {
	position: absolute;
	clear: left;
text-align: left;
        
}
span.image-caption {
	display: block;
	position: absolute;
	width: 350px;
	top: 0px;
	left: 0px;
text-align: left;
}
div.caption {
text-align: left;
}
div.image-title {
	left: 350px;
	font-size: 1.1em;
text-align: left;
}
div.image-desc {
	line-height: 1.3em;
text-align: left;
}
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: 0px;
	padding: 0px;
}
ul.thumbs li {
	float: left;
	padding: 0px;
	list-style: none;
}
a.thumb {
	display: block;
}
ul.thumbs li.selected a.thumb {
	background: #000;
}
a.thumb:focus {
	outline: none;
}
ul.thumbs img {
	border: none;
	display: block;
}
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;
	padding: 5px;
        font-size: 14px;
	
}
div.pagination a:hover {
	
	text-decoration: none;
}
div.pagination span.current {
	font-weight: bold;
        
	border-color: #000;
	color: #fff;
}
div.pagination span.ellipsis {
	border: none;
	
}
