#slider{}	
#slider ul, #slider li{
	margin:0;
	padding:0;
	list-style:none;
	}
#slider li{ 
	width:1000px;
	overflow:hidden; 
	height:600px;
	}	
#prevBtn, #nextBtn{ 
	display:block;
	width:60px;
	height:61px;
	position:absolute;
	left:-30px;
	top:220px;
	}	
#nextBtn{ 
	left:970px;
	}														
#prevBtn a, #nextBtn a{  
	display:block;
	width:60px;
	height:61px;
	background:url(images/left-arrow.jpg) no-repeat 0 0;
	font-size:0px;
	}	
#nextBtn a{ 
	background:url(images/right-arrow.jpg) no-repeat 0 0;	
	}	
	h1, h2{ font-size:30px; font-weight:lighter; margin-bottom:0; margin-top:20px;}
