div.content {
	display: none;
	width:914px;
	height:350px;
	overflow:hidden;
	background-color:#EBE9E4;
}

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.slideshow-container {
	position: relative;
	clear: both;
	height:350px;
	width:914px;
	text-align:left;
}

div.loaders {
	position: absolute;
	top: 0;
	left: 0;
	background-image: url('loader.gif');
	background-repeat: no-repeat;
	background-position: center;
	width: 914px;
	height: 350px;
}

div.slideshow span.image-wrapper {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
div.slideshow a.advance-link {
	display: block;
	width: 914px;
	height: 350px;
	text-align:left;
}
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;
	border:0px;
	text-align:left;
	margin:0px;
	padding:0px;
	max-width:914px;
	height:auto;
	width: 100%;
}

div.slideshow div.caption {
	display: block;
	position: relative;
	bottom: -265px;
	font-size: 18px;
	background: rgba(0,0,0,0.5);
	padding: 10px 20px;
	color: #fff;
	margin-bottom: -60px;
}

ul.thumbs {
	clear: both;
	margin: 0;
	padding: 0;
	margin-left:22px;
	margin-right:-12px;
	max-height:150px;
	overflow:hidden;
	    display: none;

}

ul.thumbs li {
	float: left;
	padding: 0;
	margin: 0px 10px 10px 0px;
	list-style: none;
}

a.thumb {display: block;}

ul.thumbs li.selected a.thumb {background: #000;}

a.thumb:focus {outline: none;}

ul.thumbs img {
	border: none;
	display: block;
	width:60px;
	height:45px;
}
#thumbs.navigation{
	position: relative;
	bottom: 30px;
	margin-bottom: -20px;
}
div.pagination {
	clear: both;
	margin-left:20px;
	margin-right:-10px;
	width:197px;
}

div.pagination a, div.pagination span.current, div.pagination span.ellipsis {
	display: block;
	float: left;
	padding:2px;
	color: #fff;
	font-size:10px;
}
div.pagination a:hover {
	text-decoration: none;
	color: #034287;
}
div.pagination span.current {
	font-weight: normal;
	color: #034287;
}
