@charset "utf-8";
/* CSS Document */



/* Easy Slider */

	#slider{
		width:809px;
		height:289px;
		margin-left:83px;
		margin-top:24px;
		overflow:hidden;
}	
	#slider ul, #slider li{
		margin:0px;
		padding:0px;
		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:809px;
		overflow:hidden; 
		}	

					
		
	p#controls{
		margin:0;
		position:relative;
		} 
	
	#prevBtn, #nextBtn{ 
		display:block;
		margin:0;
		overflow:hidden;
		text-indent:-8000px;		
		position:absolute;
		left:12px;
		top:-147px;
		}	
	#nextBtn{ 
		left:900px;
		}														
	#prevBtn a, #nextBtn a{  
		display:block;
		width:62px;
		height:58px;
		background:url(../img/slider/arrow_left.gif) no-repeat 0 0;	
		}	
	#nextBtn a{ 
		background:url(../img/slider/arrow_right.gif) no-repeat 0 0;	
		}												

/* // Easy Slider */