#customSlideWrapper {
	position:relative;
	margin-bottom:0px;
	background-image:url("/img/bg-slideshow.jpg");
	background-repeat:no-repeat;
	background-position:58px 0px;
	padding-top:27px;
	padding-bottom:25px;
	border:0px solid black;
}

div.content2 {
	/* The display of content is enabled using jQuery so that the slideshow content won't display unless javascript is enabled. */
	display: none;
	margin-left:85px;
	width: 790px; 
	position:relative;
	border:0px solid blue;
}
div.content2 a, div.navigation a {
	text-decoration: none;
	color: #777;
}
div.content2 a:focus, div.content2 a:hover, div.content2 a:active {
	text-decoration: underline;
}
div.controls {
	margin-top: 5px;
	height: 23px;
}
div.controls a {
	padding: 5px;
}
div.ss-controls {
	float: left;
}
div.nav-controls {
	float: right;
}
div.slideshow-container {
	position:relative;
	clear: both;
	width: 552px; 
	height:300px;
	left:323px;
	border:0px solid blue;
	/*background-color:#000000;*/
}


div.loader {
	position: absolute;
	top: 0;
	left: 0;
	background-image: url('loader.gif');
	background-repeat: no-repeat;
	background-position: center;
	width: 288px;
	height: 300px; /* This should be set to be at least the height of the largest image in the slideshow */
}
div.slideshow {
	border:0px solid red;
}
div.slideshow span.image-wrapper {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	max-height:300px;
}
div.slideshow a.advance-link {
	display: block;
/* This should be set to be at least the height of the largest image in the slideshow */
	line-height: 300px; /* This should be set to be at least the height of the largest image in the slideshow */
	text-align: center;
	text-decoration:none;
	max-height:300px;
}
div.slideshow a.advance-link:hover, div.slideshow a.advance-link:active, div.slideshow a.advance-link:visited {
	text-decoration: none;
}
div.slideshow img {
	position:absolute;
	border: 0px solid #000;

}
div.download {
	float: right;
}
div.caption-container {
	
}
span.image-caption {
	display: block;
	position: absolute;
}
div.caption {
	background-color: #000;
	padding: 12px;
	color: #ccc;
}
div.caption a {
	color: #fff;
}
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. */
	border:0px solid blue;
}
ul.thumbs {
	clear: both;
	margin: 10px 15px 20px 15px;
	padding: 0;
	width:211px;
}
ul.thumbs li {
	float: none;
	padding: 0;
	margin: 0;
	list-style: none;
	
}
a.thumb {
	padding: 0;
	display: block;
	border: none;
	font-size:20px;
	font-weight:normal;

	color:#717171;
	padding:18px 10px 19px 18px;
	text-decoration:none;
	border-bottom:3px solid #e3e3e3;
	
	height:18px;
	overflow:hidden;
	white-space:nowrap;
	
	font-family: "Trebuchet MS", Verdana, sans-serif;	
	font-size: 120%;
	background-color:#FFFFFF;
}
ul.thumbs li.selected {

}
ul.thumbs li.selected a.thumb {
	background-image:url("/img/bg-disc.gif");
	background-repeat:no-repeat;
	background-position:2px 24px;
	/*color: #000;
	font-weight: bold;*/
}
a.thumb:focus {
	outline: none;
}
ul.thumbs img {
	border: none;
	display: block;
}
div.pagination {
	clear: both;
	border:0px solid blue;
	width:225px;
	position:absolute;top:275px;left:15px;
}
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;
	line-height:0px;
	text-decoration:none;
}
div.pagination a:hover {
	background-color: #eee;
	text-decoration: none;
}
div.pagination span.current {
	font-weight: bold;
	background-color: #585858;
	border-color: #888;
	color: #fff;
}
div.pagination span.ellipsis {
	border: none;
	padding: 5px 0 3px 2px;
}
#captionToggle a {
	float: right;
	display: block;
	background-image: url('caption.png');
	background-repeat: no-repeat;
	background-position: right;
	margin-top: 5px;
	padding: 5px 30px 5px 5px;
}

#thumbs {
	border:0px solid green;	
	position:absolute;
	top:27px;
	left:84px;
	width:288px;
}

#btnMore {position:absolute;top:295px;left:110px;}
#btnMore a {display:block;padding:2px 6px 3px 6px;font-size:12px;color:#fff;background-color:#585858;text-decoration:none;
	-webkit-border-bottom-left-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	-khtml-border-radius-bottomleft:5px;
	-khtml-border-radius-bottomright:5px;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;	
	-webkit-border-top-left-radius:5px;
	-webkit-border-top-right-radius:5px;
	-khtml-border-radius-topleft:5px;
	-khtml-border-radius-topright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;	
	
}