		

/* 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:810px;
		height:648px;
		overflow:hidden; 
		}	
	#prevBtn, #nextBtn { 
		display:block;
		width:30px;
		height:77px;
		}	
	#nextBtn { 
		left:900px;
		}														
	#prevBtn a {  
		display:block;
		position:relative;
		bottom:450px;
		left:-30px;
		width:30px;
		height:77px;
		background:url(../img/easyslider/btn_prev.gif) no-repeat 0 0;	
		}	
	#nextBtn a { 
		display:block;
		position:relative;
		bottom:530px;
		left:810px;
		width:30px;
		height:77px;
		background:url(../img/easyslider/btn_next.gif) no-repeat 0 0;	
		}	
	
/* // Easy Slider */
