div.content {
	display: none;
	float: left;
	width: 460px; 	
}
div.content a, div.navigation a {
	text-decoration: none;
	color: #286ab4;
}
div.content a:focus, div.content a:hover, div.content a:active {
	text-decoration: underline;
}
div.controls {
	height: 13px;
	float:right;
}
div.controls a {
	padding: 0px;
}
div.ss-controls {
	float: left;
}
div.nav-controls {
	float: right;
}
div.slideshow-container {
	position: relative;
	clear: both;
	height: 280px;
}
div.loader {
	position: absolute;
	top: 0;
	left: 0;
	background-repeat: no-repeat;
	background-position: center;
	width: 740px;
	height: 280px;
}
div.slideshow {
}
div.slideshow span.image-wrapper {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
div.slideshow a.advance-link {
	display: block;
	width: 460px;
	overflow:hidden;
	height: 280px;
	line-height: 280px;
	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: middle;
	height:280px;
  width:460px;
}
div.download {
	float: right;
}
div.caption-container {
	position: relative;
	clear: left;
	height: 75px;
}
span.image-caption {
	display: block;
	position: absolute;
	width: 300px;
	top: 0;
	left: 0;
}
div.caption {
	padding: 0px;
}
div.image-title {
	font-weight: bold;
	font-size: 1.4em;
}
div.image-desc {
	line-height: 1.3em;
	padding-top: 0px;
}
div.navigation {
}
ul.thumbs {
	clear: both;
	margin: 0;
	padding: 0;
}
ul.thumbs li {
	float: left;
	padding: 0;
	margin: 0px 17px 17px 0px;
	list-style: none;
}
a.thumb {
	padding: 0px;
	display: block;
}
ul.thumbs li.selected a.thumb {
}
a.thumb:focus {
	outline: none;
}
ul.thumbs img {
	border: none;
	display: block;
	height:82px;
	width:123px;
	
}
div.gpagination {
	clear: both;

}
div.navigation div.top {	
	margin-bottom: 12px;
	height: 11px;
}
div.navigation div.bottom {
	margin-top: 0px;
}
div.gpagination a, div.gpagination span.current, div.gpagination span.ellipsis {
	display: block;
	float: left;
	margin-right: 2px;
	padding: 0px 5px 0px 5px;
}
div.gpagination a:hover {

	text-decoration: underline;
}
div.gpagination span.current {
	font-weight: bold;
	background-color: #286ab4;
	color: #fff;
}
div.gpagination span.ellipsis {
	border: none;
	padding: 0px 0 0px 0px;
}