#sliderWrap{
	height: 276px;
    margin: 0 0 0 2px;
	padding: 8px 0 0 10px;
	background: #fff url('../img/slideshow/slider-shadow.png') top left no-repeat;
}

#slider{
	padding: 0;
	margin: 0;
	overflow: hidden;
	border: 3px solid #fff;
	background-color: #fff;
}

#slider ul{
	width:275px;
	height:255px;
	overflow: hidden;
}

#slider ul, #slider li{
	margin: 0;
	padding: 0;
	list-style: none;
}

#slider li{ 
	width:275px;
	height:255px;
	overflow:hidden;
}	

#prevBtn, #nextBtn{ 
	display: block;
	width: 18px;
	height: 21px;
	position: absolute;
	top: 190px;
}

#prevBtn{
	margin-left: -23px;
}

#nextBtn{ 
	margin-left: 284px;
}		
												
#prevBtn a, #nextBtn a{ 
	display: block;
	width: 18px;
	height: 21px;
	background: url(../img/back.jpg) no-repeat 0 0;
}	

#nextBtn a{ 
	background: url(../img/next.jpg) no-repeat 0 0;	
	}	
	
#slider img{
	border: none;
}
