#sliderWrapper {
    width:781px;
	height:280px;
	background:url(../images/heroBG.jpg) no-repeat 0 0;	
	padding: 66px 0 0 199px;
}


#slider{}	
#slider ul, #slider li{
	padding:0;
	margin:0;
	list-style:none;

	}
#slider li{ 
	width:580px;
	height:252px;
	overflow:hidden; 
	}	
#prevBtn, #nextBtn{ 
	display:block;
	width:120px;
	height:132px;
	position:relative;
	left:-130px;
	top:-170px;
	}	
#nextBtn{ 
	left:630px;
	top:-301px;
	}														
#prevBtn a, #nextBtn a{  
	display:block;
	width:120px;
	height:132px;
	background:url(../images/arrowLeft.png) no-repeat 0 0;
	text-indent: -9999px;

	}	
#nextBtn a{ 
	background:url(../images/arrowRight.png) no-repeat 0 0;	
	}	