/*ul{
	list-type: none;
	list-style: none;
	padding: 0;
	margin: 0;
}*/

.slider{
 margin: 0 auto;
 z-index:-9999;
 position: absolute;
}

.container-slider{
height:350px;	
	
}

.slider_next{
	width: 62px;
	height: 62px;
	background: #f8f8f8;
	border-radius: 70px;
	position: absolute;
	z-index: 99;
	top: 130px;
	left: 595px;
	padding: 5px 0 0 5px;	
	cursor: pointer;	
}

.slider_prev{
	width: 62px;
	height: 62px;
	background: #f8f8f8;
	border-radius: 70px;
	position: absolute;
	z-index: 99;
	top: 130px;
	left: -35px;
	padding: 5px 0 0 5px;	
	cursor: pointer;
}

#thumb { 
	width: 100%; 
	height: 80px; 
}

#thumb li { 
	width: 80px !important; 
	float: left; 
	margin: 11.5px; 
	list-style: none;
}

#thumb a { 
	width: 60px; 
	padding: 2px; 
	display: block; 
}

#thumb li.activeSlide a { 

}

#thumb a:focus { 
	outline: none; 
}

#thumb img { 
	border: none; 
	display: block;
	width:75px;
	
	
}
