#slider{
	width:945px;
	height:248px;
	border:5px solid #8d8d8a;
}

#slider ul, #slider li{
	margin:0;
	padding:0;
	list-style:none;
}
#slider li{ 
	width:945px;
	height:248px;
	overflow:hidden; 
}

.slide-content{
	width:945px;
	height:248px;
	background-color:#fff;
}

#prevBtn, #nextBtn{ 
	display:block;
	width:23px;
	height:44px;
	position:absolute;
	top:102px;
}

#prevBtn{
	left:5px;
}

#nextBtn{ 
	left:927px;
}														
#prevBtn a, #nextBtn a{  
	display:block;
	width:23px;
	height:44px;	
}

#prevBtn a{
	background:url(../img/left-btn.gif) no-repeat 0 0;
}

#nextBtn a{ 
	background:url(../img/right-btn.gif) no-repeat 0 0;	
}
