#slider-wrap {
	background-color: #F5F4EF;
	border: 1px solid #e7e7e7;
	margin-right: 10px;
	padding: 10px;
	
	border-radius: 10px 10px 10px 10px;  
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
}
	
	
#slider{
	width: 226px;
}
	
#slider ul, #slider li {
	margin:0;
	padding:0;
	list-style:none;
}
	
#slider li { 
	width: 206px;
	height: 190px;
	overflow:hidden; 
}	

#slider li a:hover {
	background: transparent;
}	

#slider li img {
	background: transparent;
	border: 3px solid #fff;
}	

#prevBtn, #nextBtn { 
	display: block;
	position: absolute;
	top: 240px;
	width: 16px;
	height: 16px;
}

#nextBtn { 
	left: 150px;
}

#prevBtn { 
	left: 100px;
}
											
#prevBtn a, #nextBtn a {  
	display: block;
	width: 16px;
	height: 16px;
	background: url(../images/icons/resultset_previous.png) no-repeat 0 0;	
}
	
#nextBtn a { 
	background: url(../images/icons/resultset_next.png) no-repeat 0 0;	
}	