div.content {
	/* The display of content is enabled using jQuery so that the slideshow content won't display unless javascript is enabled.
    float: right;
 */
	display: none;	
	width: 800px; 
	
	
}
div.content a, div.navigation a {
	text-decoration: none;
	color: #333;
}
div.content a:focus, div.content a:hover, div.content a:active {
	text-decoration: underline;
}
div.controls 
{
    position: relative;
    z-index: 10px;
    left: 0px;
    bottom: 0px;
	margin: 0px 0px 0px 0px;
	height: 20px;
	
}
div.controls a {
	padding: 5px;
	text-decoration: none;
	color: #2F5C97;
}
div.ss-controls {
	float: left;
	padding-left: 15px;
}
div.nav-controls {
	margin: 0 auto;	
	border: solid 0px red;

}

#photo-index {
position: relative;
float: right;   
color: #333;
font-size: 11px;
line-height: 11px;
width: 150px;
height: 12px;
border: solid 0px red;
text-align:left;


}

div.slideshow-container {
	position: relative;
	clear: both;	
	height: 350px; /* 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('../images/loader.gif');
	background-repeat: no-repeat;
	background-position: center;
	width: 640px;
	height: 350px; /* This should be set to be at least the height of the largest image in the slideshow */
}
div.slideshow 
{
	display: block;
	width: 640px;
	height: 350px;
	line-height: 450px;
	border: solid 0px green;	
	

}
div.slideshow span.image-wrapper {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	
}
div.slideshow a.advance-link {
	display: block;
	width: 640px; 
	height: 350px; /* This should be set to be at least the height of the largest image in the slideshow */
	line-height: 0px; /* 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 {
   margin-top: 0px;
	border: 0px solid #e2e1c3;
	max-width: 640px; 
	max-height:350px;
	
	
	 
}
div.download {
	display:none;
	margin: 0 auto;
	width: 200px;
	padding: 1px 0px 2px 0px;
	
}

/*
span.image-caption 
{
    
	display: block;
	position: absolute;
	width: 250px;
	top: 0;
	left: 0;
	font-size: 12px;

}
div.caption 
{
    	
	clear:both;
	padding: 0px 0px 0px 10px;
	height: 15px;
	border: solid 0px green;
} */




div.caption 
{
   clear:both;
	position: absolute;	
	width: 600px;
	height: 13px;
	color: #333;
	font-size: 13px;
	font-weight: normal;
	line-height: 13px;
	padding: 0px 0px 0px 0px;
	text-align:right;
	border: solid 0px pink;
}


div.image-title {

	font-size: 11px;
	color: #333;
}
div.image-desc {
	line-height: 1.3em;
	padding-top: 3px;
}
div.navigation 
{
    display:none;
	/* The navigation style is set using jQuery so that the javascript specific styles won't be applied unless javascript is enabled. */
	overflow: hidden;

}
ul.thumbs {
	clear: both;
	margin: 0;
	padding: 0;
	
}
ul.thumbs li {
	float: left;
	padding: 0;
	margin: 5px 15px 5px 0;
	list-style: none;
}
a.thumb {
	padding: 5px;
	display: block;
	border: 1px solid #ccc;
}
ul.thumbs li.selected a.thumb {
	background: #f5f5f5;
}
a.thumb:focus {
	outline: none;
}
ul.thumbs img {
	border: none;
	display: block;
	max-width: 100px;
	max-height: 67px;
}
div.pagination {
	clear:both;
	
	
	
}
div.navigation div.top {
	margin-bottom: 12px;
	height: 11px;
	
}
div.navigation div.bottom {
	margin-top: 12px;
	
	
}
div.pagination a, div.pagination span.current, div.pagination span.ellipsis {
	display: block;
	float: left;
	margin-top: 10px;
	margin-right: 6px;
	padding: 0px 7px 2px 7px;
	border: 1px solid #ccc;
	color: #333;
	background-color: #f5f5f5;
	
}
div.pagination a:hover {
	background-color: #2F5C97;
	color: #fff;
	text-decoration: none;
}
div.pagination span.current {
	font-weight: bold;
	background-color: #67933C;
	border-color: #ccc;
	color: #fff;
}
div.pagination span.ellipsis {
	border: none;
	padding: 1px 3px 3px 3px;
}
