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: 550px; 


}
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: 7px;
	height: 25px;
}
div.controls a {
	padding: 0px;

 font-family:arial; 
    letter-spacing:0.03em;
    line-height:20px;
font-size: 14px;
font-weight: normal;


}
div.ss-controls {
	float: left;
padding-left: 10px;
}
div.nav-controls {
	float: right;
padding-right: 5px;
}
div.slideshow-container {

	position: relative;
	
	clear: both;
width: 550px;
	
	height: 384px; /* 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: 550px;
	height: 384px; /* 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: absolute;
	top: 0;
	left: 0;

}
div.slideshow a.advance-link {

	display: block;
	width: 550px;
	height: 384px; /* This should be set to be at least the height of the largest image in the slideshow */
	line-height: 384px; /* 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: left;
	margin: 0;
	padding: 0;

}
div.download {border: 1px solid #000;
	float: right;
}

div.caption-container {
	position: relative;
	clear: left;
	height: 75px;border: 1px solid #000;
}

span.image-caption {
	display: block;
	position: absolute;
	width: 550px;
	top: 0;
	left: 0;border: 1px solid #000;
}


div.caption {
	padding: 0px;

}
div.image-title {
	font-weight: bold;
	font-size: 1.4em;
}
div.image-desc {
	line-height: 1.3em;
	padding-top: 12px;
}
div.navigation {
	/* The navigation style is set using jQuery so that the javascript specific styles won't be applied unless javascript is enabled. */
}



#thumbs{float: right;
	margin: 0;

	padding: 0;
padding-top: 8px;
}



ul.thumbs {

	
	clear: both;
	margin: 0;
	padding: 0;
	padding-left: 17px;
	padding-top: 0px;


}
ul.thumbs li {
	float: left;
	padding: 0;
	margin: 0px 0px 11px 9px;
	list-style: none;
}
a.thumb {

	margin: 0px;
	padding: 0px;
	height: 82px;
	width: 82px;

	
}

a.navigation {

	margin: 0px;
	padding: 0px;
	
	
}
ul.thumbs li.selected a.thumb {
	
	margin: 0px;
	padding: 0px;

}

a.thumb:focus {outline: none;
	
}
ul.thumbs img {
	border: none;
	display: block;
}





div.pagination {
	clear: both;
	margin-top: 7px;
	height: 25px;
	width: 280px;
	
	padding: 0;
padding-left: 22px;

}
div.navigation div.top {
	margin: 0px;
	

}
div.navigation div.bottom {
	margin-top: 12px;

}
div.pagination a, div.pagination span.current, div.pagination span.ellipsis {
	
	float: left;
	
	padding: 2px 8px 0px 0px;
 line-height: 15px;
  
font-family:arial; 
    letter-spacing:0.03em;
    line-height:20px;
font-size: 14px;
font-weight: normal;

	
}


div.pagination a:hover {
	color: #eee;
	text-decoration: none;
}
div.pagination span.current {
	font-weight: normal;
	color: #000;
	
	
}
div.pagination span.ellipsis {
	border: none;
	padding: 5px 0 3px 2px;
}


