	#content{
		position:relative;
		background:#FFFFFF;
		width:829px;
		
		margin: 0px;
		}			
		
/* Easy Slider */

	#slider{ width:780px;
	margin:0px auto;}	
	#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:780px;
		height:190px;
		overflow:hidden; 
		}	
	#prevBtn, #nextBtn{ 
		display:block;
		width:37px;
		height:77px;
		position:absolute;
		left:0px;
		top:71px;
		}	
	#nextBtn{ 
		left:784px;
		}														
	#prevBtn a, #nextBtn a{  
		display:block;
		width:37px;
		height:77px;
		background:url(images/left.png) no-repeat 0 0;	
		}	
	#nextBtn a{ 
		background:url(images/right.png) no-repeat 0 0;	
		}	
