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: right;
	width: 611px; 
	/*background:#000000;*/
	/*background:#fce0e0;*/
	background:#b6c5ae;
	/*overflow:hidden;*/
	/*margin-top:-20px;
	margin-right:-20px;*/
}
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: 0px;
	/*height: 23px;*/
	background-color:#EB5172;
	font-size:12px; 
	font-weight:normal;
	overflow:hidden;
	padding: 3px 10px;
	font-family: Bookman Old Style;
}
div.controls a {
	line-height:18px;
	/*color:#afafaf;*/
	color:#fce0e0;
	
}

div.controls a:hover {
	color:#ffffff;
	text-decoration:none;
}

div.ss-controls {
	float: left;
	/*background:url(../../../images/m2.gif) no-repeat right -1px; */
	padding-left:10px;
}
div.nav-controls {
	float: right;
}

.nav-controls a.prev {
	margin-right:5px;
	padding-right:5px;
	border-right:1px solid #fce0e0;
	
}

.nav-controls a.next {
	margin-right:45px;
}

div.slideshow-container {
	position: relative;
	clear: both;
	/*height: 502px;*/ height:625px; /* 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('loaderWhite.gif');
	background-repeat: no-repeat;
	background-position: center;
	width: 610px;
	/*height: 502px;*/ height:610px; /* 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: 610px;
	/*height: 502px;*/ height:610px; /* This should be set to be at least the height of the largest image in the slideshow */
	line-/*height: 502px;*/ height:610px; /* 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: top !important;
	margin:15px 0 0 0;
	padding:0px;
	top:0; 
	border-right:10px #333333 solid;
	border-bottom:10px #333333 solid;
	/*border-right:10px #000000 solid;
	border-bottom:10px #000000 solid;*/
	/*outline:solid 1px #b6c5ae;*/
	/*border: 1px solid #ccc;*/
}
div.download {
	float: right;
}
div.caption-container {
	position: relative;
	clear: left;
	height: 75px;
}
span.image-caption {
	display: block;
	position: absolute;
	width: 610px;
	top: 0;
	left: 0;
}
div.caption {
	padding: 12px;
}
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. */
	width:245px !important;
	/*border:1px solid red;*/
	margin:0px 0px 0px 6px;
	float:left;
	
}

ul.thumbs {
	/*border:1px solid red;*/
	clear: both;
	margin: 0px;
	padding: 0;
	overflow:hidden;
}
ul.thumbs li {
	float: left;
	padding: 0;
	margin: 1px 3px 1px 0;
	list-style: none;
}
a.thumb {
	padding: 1px;
	display: block;
	border: 1px solid #ccc;
}
ul.thumbs li.selected a.thumb {
	background: #000;
}
a.thumb:focus {
	outline: none;
}
ul.thumbs img {
	border: none;
	display: block;
	/*width:44px;
	height:33px;*/
	width:33px;
	height:25px;
}
div.pagination {
	clear: both;
}
div.navigation div.top {
	display:none;
	margin-bottom: 2px;
	/*height: 11px;*/
	/*border:1px solid green;*/ overflow:hidden;
}
div.navigation div.bottom {
	margin-top: 4px;
	/*border:1px solid green;*/ overflow:hidden;
}
div.pagination a, div.pagination span.current, div.pagination span.ellipsis {
	display: block;
	float: left;
	margin-right: 2px;
	/*padding: 4px 7px 2px 7px;*/
	padding:2px 5px 1px 5px;
	font-size:11px;
	border: 1px solid #ccc;
	font-family: Bookman Old Style;
}
div.pagination a:hover {
	background-color: #eee;
	text-decoration: none;
}
div.pagination span.current {
	font-weight: bold;
	/*background-color: #000;
	border-color: #000;*/
	background-color:#EB5172;
	border-color:#EB5172;
	color: #fff;
}
div.pagination span.ellipsis {
	border: none;
	padding: 5px 0 3px 2px;
}
