@charset "utf-8";
/* CSS Document */

/* Easy 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:285px;
		height:285px;
		overflow:hidden; 
		}
	#prevBtn{ 
	
	 }
	
	#nextBtn{ 
	 }
	 
	 
	 #prevBtn a { background:url(../images/arrow_left.gif) no-repeat 0 0;
	 display:block;
	 overflow:hidden;
	 text-indent:-9999px;
	 float:left;
	 width:12px;
	 height:14px;
	 padding-right:4px;
	 margin-top:3px;
	 }	
	 
	 #nextBtn a { background:url(../images/arrow_right.gif) no-repeat 0 0;
	 display:block;
	 overflow:hidden;
	 text-indent:-9999px;
	  width:12px;
	 height:14px;
	 float:left;
	 margin-top:3px;
	 
	 }	

/* // Easy Slider */