@charset "utf-8";
/* CSS Document */
#container {
	/*overflow: hidden;*/
}
.content {
	display: none;
	clear: both;float: left;
}

.controls {
	display:none;
}
.ss-controls {
	float: left;
}
.nav-controls {
	float: right;
}

.slideshow-container,.loader,.slideshow a.advance-link {
	width: 538px;
}
.loader,.slideshow a.advance-link,.caption-container {
	height: auto; 
}
.slideshow-container {
	position: relative;
	clear: both;
	float: left;
	height: 360px;
}
.loader {
	position: absolute;
	top: 0;
	left: 0;
	background-image: url('../images/loader.gif');
	background-repeat: no-repeat;
	background-position: center;
}
.slideshow span.image-wrapper {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
.slideshow a.advance-link {
	display: block;
	line-height: 360px;
	text-align: center;
}
.slideshow a.advance-link:hover,
.slideshow a.advance-link:active,
.slideshow a.advance-link:visited {
	text-decoration: none;
}
.slideshow a.advance-link:focus {
	outline: none;
}
.slideshow {
	width:538px;
	height:360px;
}

.slideshow img {
	border:2px solid #24add4;
	width:528px;
	height:350px;
}
.caption-container {
	float: right;
	/*position: relative;*/
	position: absolute;
	top: 80px;
	left: 0;
}
span.image-caption {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
.caption-container, span.image-caption {
	width: 230px;
}

.caption {
	padding: 0;
}

.image-title {
	font-weight: bold;
	font-size: 13;
}
.image-desc {
	line-height: 18px;
	padding-top: 12px;
}
.photo-index {
	position: absolute;
	bottom: 0;
	left: 0;
}
.navigation-container {
	float: left;
	position: relative;
	left: 0;
}
.navigation {
	float: left;
	position: relative;
	width:190px;
	height:auto;
	margin-left:20px;
}
.navigation a.pageLink {
	display: block;
	position: relative;
	float: left;
	margin:5px 4px 0;
	width: 12px;
	height:12px;
}
.link{float:right;margin-right:3px;}

ul.thumbs {
	position: relative;
	float: left;
	padding: 0 1px;
	width:190px;
	height:auto;
	z-index:100;
}
ul.thumbs li {
	float: left;
	padding: 0;
	margin: 0 4px 10px;
	height:57px;
	list-style: none;
}
ul.thumbs li.selected a.thumb {
	background: #76623b;
}
a.thumb {
	display: block;
	padding: 1px;
	background: #000;
}
ul.thumbs img {
	border: none;
	display: block;
	width:83px;
	height:55px;
}
.pagination {
	clear: both;
	position: relative;
	left: -50%;
}