
#slides
{
	position: 				relative;
	width:					980px;
	height: 				448px;
	padding-bottom: 		32px;
	border-bottom:			1px dotted #ccc;
	margin-bottom:			20px;
}
.slides_container 
{
	width:					980px;
	height:					448px;
	float:					left;
}
.slides_container a
{
	width:					980px;
	height:					448px;
	display:				block;
	text-align: 			center;
	text-decoration: 		none;
}
.slides_container a h3
{
	position: 				absolute;
	bottom:					10px;
	width:					980px;
	text-align: 			center;
	font-weight: 			bold;
	font-size: 				16px;
	background-color: 		rgba(255,255,255,0.4);
	padding: 				5px 0;
}
.slides_container a img
{
	max-height: 			448px;		
	margin-right: 			10px;
	max-width: 				980px;
}
#slides .next, #slides .prev
{
	position:				absolute;
	width:					22px;
	height: 				41px;
	display: 				block;
	top:					195px;
}
#slides .next
{
	right:					-32px;
	background: 			transparent url(../Labels/next.png) no-repeat center;	
}
#slides .prev
{
	right:					990px;
	background: 			transparent url(../Labels/prev.png) no-repeat center;	
}
.slides_control li
{
	list-style-type: 		none;
}
/*thumbnails*/

#thumbs
{
	display: none;
}
.pagination
{
    margin: 				0px auto;
    display: 				table;
}
.pagination li 
{	
	margin:					5px 3px 0 0 ;
    background:				#999999;
	height:					6px;
	width:					47px;
	list-style-type: 		none;
	list-style-image: 		none;
	overflow: 				hidden;
	float:					left;
}
.pagination li:last-child
{
	margin-right: 				0px;
} 
.pagination li.current
{
    background:				#8BC936;
}
.pagination li a
{
	display:				block;
	height:					6px;
	width:					47px;
	overflow: 				hidden;
	color: 					transparent;
}

/* Captions in #thumbs .thumb-content */
#thumbs .thumb-content p {margin:0;padding:0;;width:246px; cursor:pointer;height:41px;}
#thumbs .thumb-on .thumb-content p {}

#thumbs .thumb-content p {

}
