#slider{}	
#slider ul, #slider li{
	margin:0;
	padding:0;
	list-style:none;
	}
#slider li{ 
	width:660px;
	min-height:500px;
	overflow:hidden; 
	}	
#prevBtn, #nextBtn{ 
	display:block;
	width:60px;
	height:61px;
	position:absolute;
	left:0px;
	top:220px;
	}	
#nextBtn{ 
	left:600px;
	}														
#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;	
	}
#banner{ background:url(images/SUB_HEADER.jpg) no-repeat 0 0; min-height:500px;}
