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: 593px; 
	margin-right:40px;
}
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 {
	float:left;
	display:inline;
}

div.ss-controls {
	float: left;
	display:block;
	width:176px;
	height:34px;
	margin:0px;
	top:-60px;
	margin-bottom:-60px;
	position:relative;
}
div.ss-controls a{
	float: left;
	display:inline;
	width:176px;
	height:26px;
	margin:0px;
	font-size:11px;
	padding-top:8px; 
	height:18px;
	color:#394247;
	text-align:left; 
	text-indent:15px; 
	text-transform:uppercase
}
div.ss-controls a.play{background-position:0 -826px;}
div.ss-controls a:hover.play{color:#5E6D78; background-position:0 -852px;}
div.ss-controls a.pause{background-position:0 -878px;}
div.ss-controls a:hover.pause{color:#5E6D78; background-position:0 -904px;}

div.nav-controls {
	float: right;
}
div.slideshow-container {
	position: relative;
	clear: both;
	height: 465px; /* 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: 593px;
	height: 465px; /* 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 {

}
div.slideshow a.advance-link:hover, div.slideshow a.advance-link:active, div.slideshow a.advance-link:visited {
	text-decoration: none;
}
div.slideshow img {
	
}
div.download {
	float: right;
}
div.caption-container {
	position: relative;
	clear: left;
	width:269px;
	height:105px;
	background:#fff url(../images/backgrounds/dotted_h.gif) repeat-x bottom left;
	margin-bottom:16px;
}
span.image-caption {
	display: block;
	position: absolute;
	width: 269px;
	top: 0;
	left: 0;
	
}
div.image-title {
	font-size: 1.5em;
	color:#1B2533;
	margin-bottom:6px;
}
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. */
	width:279px !important;
	margin-right:-20px;
	display:inline;
	padding-top:10px;
}
ul.thumbs {
	clear: both;
	margin: 0;
	padding: 0;
}
ul.thumbs li {
	float: left;
	padding: 0;
	margin: 5px 10px 5px 0;
	list-style: none;
	width:83px;
	height:62px;
}
a.thumb {
	padding: 3px;
	display: block;
	background:url(../images/backgrounds/thum_bg.gif) no-repeat 0 0;
}
ul.thumbs li.selected a.thumb {
	background:url(../images/backgrounds/thum_bg.gif) no-repeat 0 -89px;
}
a.thumb:focus {
	outline: none;
}
ul.thumbs img {
	border: none;
	display: block;
	width:77px;
	height:56px;
}
div.pagination {
	clear: both;
}
div.navigation div.top {
	margin-bottom: 12px;
	height: 11px;
}
div.navigation div.bott_pag {
	padding-top: 20px;
	float:left;
	width:269px;
	
}
div.pagination a, div.pagination span.current, div.pagination span.ellipsis {
	display: block;
	float: left;
	border:1px solid #D3D8DF;
	font-size:0.75em;
	margin:0 3px;
	padding:4px 8px;
	text-decoration:none;
	text-shadow:0 1px #FFFFFF;
	color:#009fe3;
	-webkit-border-radius:2px; 
	-moz-border-radius:2px;
	
}
div.pagination a:hover {
	background-color: #eee;
	text-decoration: none;
	color:#009fe3;
}
div.pagination span.current {
	font-weight: bold;
	background-color: #009fe3;
	border-color: #009fe3;
	color: #fff;
	text-shadow:0 -1px #0772a0;
}
div.pagination span.ellipsis {
	border: none;
	padding: 5px 0 3px 2px;
}

