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: 610px; 
	margin-left: 15px;
}
div.content a, div.navigation a {
	text-decoration: none;
	color: #777;
	font-size:10px;
	
	
}

div.content a:focus, div.content a:hover, div.content a:active {
	color: #333;
}
div.controls {
	
	height: 10px;
	
	
}
div.controls a {
	padding: 5px;
}
div.ss-controls {
	float: left;
}
div.nav-controls {
	float: right;
}
div.slideshow-container {
	position: relative;
	clear: both;
	height: 400px; /* This should be set to be at least the height of the largest image in the slideshow */
}

div.slideshow {
margin-top:5px;



}

div.slideshow a.advance-link {
	display: block;
	width: 610px;
	height: 400px; /* This should be set to be at least the height of the largest image in the slideshow */
	line-height: 400px; /* 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: 1px solid #ccc;
}
div.download {
	float: right;
}
div.caption-container {
	
}
span.image-caption {
	display: block;
	position: absolute;
}


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: 0;
	display: inline;
}
ul.thumbs li {
	float: none;
	padding: 0;
	margin: 0;
	list-style: none;
	display: inline;
}
a.thumb {
	padding: 0;
	display: inline;
	border: none;
}
ul.thumbs li.selected a.thumb {
	color: #000;
	font-weight: bold;
}
a.thumb:focus {
	outline: none;
}
ul.thumbs img {
	border: 1px solid #999;
	display: inline;
}
ul.thumbs img:hover {
	border: 1px solid #fff;
	display: inline;
}
div.pagination {
	clear: both;
}
div.navigation div.top {
	margin-bottom: 1px;
	height: 11px;
}
div.navigation div.bottom {
	
}
