#s3Slider {
	width: 595px;
	float:right;
}
#s3Slider ul {
	padding:0px;
	list-style: none;
}
/* slide style */

.slides {
	width: 595px;
	height:187px;
	position: relative;
}
/* slide navigation */

.prev-slide, .next-slide {
	display: none;
	width: 30px;
	height: 60px;
	text-indent: -9999px;
	position: absolute;
	top: 178px;
	z-index: 99;
}
.prev-slide {
}
.next-slide {
}
.slides-holder {
	width: 595px;
	height: 187px;
	position: relative;
}
.slides-holder li {
	position: absolute;
	top: -7px;
	left: -5px;
	width: 595px;
	height: 187px;
}
.slides-holder li .top {
	top: 0;
	left: 0;
	position: absolute;
}
.slides-holder li .bottom {
	bottom: 0;
	left: 0;
	position: absolute;
}
.slides-holder li div {
	width: 595px;
	top: 0;
	left: 0;
	position: absolute;
	background: #000;
	height:55px;
}
.slides-holder li div p {
	font-size: 11px;
	color: #fff;
	padding-bottom: 10px;
	padding-left: 10px;
}
.slides-holder li div p strong {
	font-size: 14px;
}
/* thumbs style */
	
.thumbs {
	width: 595px;
}
/* thumb navigation */

.prev-thumb, .next-thumb {
	display: none !important;
	width: 10px;
	height: 20px;
	float: left;
	text-indent: -9999px;
	margin: 50px 0;
}
.prev-thumb {
}
.prev-thumb:hover {
}
.prev-thumb:active {
}
.next-thumb {
}
.next-thumb:hover {
}
.next-thumb:active {
}
.thumbs-holder {
	float:right;
	margin-right:10px;
	margin-top:-45px;
	overflow:hidden;
	position:relative;
	width:595px;
}
.thumbs-holder ul {
	float:right
}
.thumbs-holder ul li {
	float: left;
	margin-left:10px;
	
	background: #fff;
}

.thumbs-holder ul li.current {
	background:#C2EBFE
}
.thumbs-holder ul li a, .thumbs-holder ul li a img {
	display: block;padding:3px 6px;
}
.thumbs-holder ul li a:hover { text-decoration:none}
