/* Easy Slider */

#slider{}	
#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:900px;
	height:200px;
	overflow:hidden; 
}	
#prevBtn, #nextBtn{ 
	display:block;
	width:28px;
	height:163px;
	position:absolute;
	left:-22px;
	top:18px;
}	
#nextBtn{ 
	left:894px;
}														
#prevBtn a, #nextBtn a{  
	display:block;
	width:28px;
	height:163px;
	background:url(../images/template/sliderLBTN.png) no-repeat 0 0;	
}	
#nextBtn a{ 
	background:url(../images/template/sliderRBTN.png) no-repeat 0 0;	
}												

/* // Easy Slider */
