@charset "utf-8";
/* CSS Document */
#slider{ margin:0;}	
#slider ul , #slider li{
	margin:0;
	padding:0;
	list-style:none;
}
#slider li{ 
	/* 
		define width and height of list item (slide)
		entire slider area will adjust according to the parameters provided here
	*/ 
	width:343px;
	height:226px;
	overflow:hidden;
}	
#prevBtn, #nextBtn{ 
	display:block;
	width:40px;
	height:34px;
	position:absolute;
	left:-32px;
	top:121px;
}

#nextBtn{
	margin-left:385px;
	float:left;
}

#prevBtn{
	margin-left:0px;
	float:left;
}

#nextBtn{ 
	left:0px;
}
#prevBtn a, #nextBtn a{  
	display:block;
	width:40px;
	height:34px;
	background:url(../images/setaesq.png) no-repeat 0 0;	
}
#nextBtn a{ 
	background:url(../images/setadir.png) no-repeat 0 0;	
}