div.caption-container {
	color: #111;
}
div.image-title {
	font-weight: bold;
	font-size: 14px;
}
div.download {
	margin-top: 8px;
}
div.photo-index {
	color: #777;
}
div.slideshow img {
	
}
ul.thumbs li a.thumb {
	background: #000;
	display: block;
}
ul.thumbs li.selected a.thumb {
	background: #F9BC2D;
}
ul.thumbs img {
	display: block;
	border: medium none;
}
div.pagination {
	clear: both;
}
div.pagination a:hover {
	background-color: #eee;
}
div.pagination span.current {
	background-color: #000;
	border-color: #000;
	color: #fff;
}
#thumbs {
	padding-top: 30px;
	margin-bottom: 30px;
}
.thumbs {
	list-style: none;
	float: left;
	position: relative;
}
.thumbs li {
	float: left;
	margin-right: 13px;
}
.thumbs li a {
	display: block;
	float: left;
	padding: 2px;
}

div.navigation .thumbs {
	margin-bottom: 10px;
	overflow: hidden;
}
div.pagination {
	clear: both;
}
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 {
	font-weight: bold;
	background-color: #000;
	border-color: #000;
	color: #fff;
}
div.pagination span.ellipsis {
	border: none;
	padding: 5px 0 3px 2px;
}

#thumbs .pageLink {
	display: block;
	float: left;
	width: 76px;
	height:  58px;
	position: relative;
}

#thumbs .next2 {
	float: right;
}

.nav-controls .prev {
	position: absolute;
	top: 200px;
	left: 10px;
	height: 63px;
	width: 51px;
	display: block;
}
.nav-controls .next {
	position: absolute;
	top: 200px;
	right: 10px;
	height: 63px;
	width: 51px;
	display: block;
}
.nav-controls .prev span, .nav-controls .next span {
	position: absolute;
	left: -9000px;
	
}
.nav-controls a.prev:active, .nav-controls a.next:active,
.nav-controls a.prev:focus, .nav-controls a.next:focus {
	outline: none;
}

#gallery {
	clear: both;
	width: 820px;
	position: relative;
	padding: 0 76px;
}

div.slideshow-container {
	overflow: hidden;
}
div.slideshow {
	overflow: hidden;
}
div.slideshow img {
	border: 0;
	margin: 0;
	padding: 0;
	width: 820px;
	height: 440px;
}
div.slideshow span.image-wrapper {
	display: block;	
}
div.slideshow a.advance-link {
	display: block;
}
div.slideshow a.advance-link:hover {
	text-decoration: none;
}


.caption {
	position: absolute;
	bottom: 0;
	left: 76px;
	text-align: left;
	width: 780px !important;
	width: 820px;
	padding: 10px 20px;
}
