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

.slider3{
 width: 319px;
 min-height: 345px;	
 border-radius:5px; 
 position: relative;
}
.slider img{
	width:319px !important;
}
#slider2{
	width:319px !important;
	
}
#slider2 img{
	width:319px !important;
	height:200px !important;
	
}
.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: 75px; 
	float: left; 
	margin: 4px 2px; 
	list-style: none 
}
#thumb li a img{
	width:100%;
}

#thumb a { 
	display:block;
}

#thumb li.activeSlide a { 
	/*border: 3px solid #0a526f;
 	border-radius:3px;
 	box-shadow: 1px 1px 3px #333333;*/
}

#thumb a:focus { 
	outline: none; 
}

#thumb img { 
	border: none; 
	display: block 
}
