ul.thumbs {
	width: 658px;
	height: 72px;
	padding: 0 0 6px 0;
	clear: both;
	display: inline-block;
	overflow: hidden;
}
ul.thumbs li {
	width: 81px;
	height: 61px;
	padding-top: 6px;
	padding-left: 6px;
	margin-right: 7px;
	float: left;
	background: url("../../images/thumb-bg.gif") no-repeat;
}
ul.thumbs li.selected {
	background: url("../../images/thumb-bg-selected.gif") no-repeat;
}
a.next {
	width: 32px;
	height: 31px;
	display: block;
	position: absolute;
	top: 20px;
	right: -1px;
	background: url("../../images/next.gif") no-repeat;
}
a.next:hover {
	background: url("../../images/next-hover.gif") no-repeat;
}
a.prev {
	width: 32px;
	height: 32px;
	display: block;
	position: absolute;
	top: 51px;
	right: -1px;
	background: url("../../images/previous.gif") no-repeat;
}
a.prev:hover {
	background: url("../../images/previous-hover.gif") no-repeat;
}

div.slideshow  {
	height: 575px;
	position: relative;
}
div.slideshow span.image-wrapper {
	width: 674px;
	height: 542px;
	padding: 11px 11px 12px 11px;
	clear: both;
	position: absolute;
	top: 0;
	left: 0;
	background: url("../../images/photo-bg.gif") no-repeat;
}
div.slideshow span.image-wrapper .advance-link {
	width: 663px;
	height: 532px;
	padding: 0;
	display: block;
}
div.slideshow span.image-wrapper .advance-link img {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 11px;
	left: 11px;
}
.image-title {
	font-size: 24px;
	font-weight: bold;
	color: #353535;
	text-shadow: 1px 1px 1px #fff;
}
.image-title:hover {
	color: #797979;
}
#captionRelative {
	height: 140px;
	position: relative;
}
.caption {
	height: 140px;
	display: block;
}
.caption-content {
	width: 543px;
	padding-right: 30px;
	float: left;
}
.caption-content p {
	padding-top: 10px;
	line-height: 22px;
}
.caption-spacer {
	width: 104px;
	height: 136px;
	padding-left: 18px;
	float: left;
	background: url("../../images/caption-spacer.gif") no-repeat left;
}
.download {
	width: 104px;
	height: 28px;
	margin-bottom: 7px;
	display: block;
	background: url("../../images/download-button.gif") no-repeat;
}
.viewlarger {
	width: 104px;
	height: 28px;
	margin-bottom: 7px;
	display: block;
	background: url("../../images/viewlarger-button.gif") no-repeat;
}
.readmore {
	width: 104px;
	height: 28px;
	display: block;
	background: url("../../images/readmore-button.gif") no-repeat;
}
