#thumbs {
	float:left;
    padding:50px 0 0 40px;
    width:250px;
}
div.content a, div.navigation a {
	text-decoration: none;
	
}
div.content a:focus, div.content a:hover, div.content a:active {
	text-decoration: underline;
}

div.controls a {

	padding: 5px;
}
div.ss-controls {
	float: left;
}
div.nav-controls {
	float: right;
}
div.nav-controls a{
	position: relative;
	display: block;
	float: left;
	border:1px solid #fff;
	width:11px;
	height:16px;
	/*padding-left: 11px;*/
}
div.nav-controls a span.icon{
	background: url('../images/previous_next.png') no-repeat scroll 0 0;
	width:11px;
	height:16px;
	display: block;
	position: absolute;
}
div.nav-controls a span.next-icon{
	background-position: -25px 0;
}
div.nav-controls a.borders {
	border:1px solid #cacaca;
}
div.nav-controls a span.text{
	padding-left:11px
	
}
div.slideshow{position: relative;}
div.slideshow-container {
	position: absolute;
	
	/*height: 500px;*/ /* This should be set to be at least the height of the largest image in the slideshow */
    
    
}
#controls{padding: 0 0 20px 0;overflow: hidden;display: none;}
div.loader {
	position: absolute;
	top: 0;
	left: 0;
	background-image: url('../images/loader.gif');
	background-repeat: no-repeat;
	background-position: center;
	width: 550px;
	height: 502px; /* This should be set to be at least the height of the largest image in the slideshow */
}
.top_left{background: url(../images/dashed_border.png) no-repeat scroll 0 0;height:14px;display: none;}
.bottom_right{background: url(../images/dashed_border.png) no-repeat scroll 0 0;height:14px;margin-top: 13px;display: none;}

div.slideshow span.image-wrapper {
	display: block;
	/*border:1px solid #cacaca;*/
	position: absolute;
	top:0px;
	left:0px;
   overflow: hidden;
}
div.slideshow a.advance-link {
	display: block;
	padding:0px
}

div.slideshow a.advance-link:hover, div.slideshow a.advance-link:active, div.slideshow a.advance-link:visited {
	text-decoration: none;
	
}
div.slideshow a.advance-link:hover{background:#5d1414;}
div.slideshow img {
	
	/*border: 1px solid #ccc;*/
}
div.download {
	float: right;
}
div.caption-container {
	display: none;
}
span.image-caption {
	display: block;
	position: absolute;
	width: 550px;
	top: 0;
	left: 0;
}
div.caption {
	padding: 0px;
}
div.image-title {
	font-weight: bold;
	font-size: 1.4em;
    text-align: right;
    padding: 0 40px 0 0;
    
}
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. */
}
#gallery{
    padding: 10px 0 0 0;
    overflow: hidden;
    height: 260px;
    float: left;
    width: 400px;
}

.page_content ul.thumbs li{list-style-type: none;margin: 2px;}
ul.thumbs {
	clear: both;
	margin: 0;
	padding: 0;
}
.page_content ul.thumbs  {}
ul.thumbs li {
	background:none repeat scroll 0 0 transparent;
    float:left;
    list-style:none outside none;
    width:115px;

}
a.thumb {

}
ul.thumbs li.selected a.thumb {
    
}
a.thumb:focus {
	outline: none;
}
ul.thumbs img {
	border: none;
}
div.pagination {
	clear: both;
}
div.pagination a{
    font-size: 10px;
}
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-right: 2px;
	padding: 4px 7px 2px 7px;
	border: 1px solid #ccc;
}
div.pagination a:hover {
	background-color: #eee;
	text-decoration: none;
}
div.pagination span.current {
	background-color:#5E82A2;
    border-color:#5B6B79;
    color:#FFFFFF;
    font-weight:bold;
}
div.pagination span.ellipsis {
	border: none;
	padding: 5px 0 3px 2px;
}

