.slidercontainer{ position:relative; width:888px;  overflow:hidden;  }

	#slider{ position:relative; margin:0 auto; }
		#slider ul { width:888px; }
		#slider ul li{ width:888px; height:340px; overflow:hidden; padding:0; margin:0; text-align:center; }	
			
		#controls{ position:absolute; width:888px; top:10px; left:0; z-index:100; }
		
		#prevBtn{ position:absolute; display:block; width:20px; height:20px; top:145px; left:0;	}	
		#nextBtn{ position:absolute; display:block; width:20px; height:20px; top:145px; right:0; }														
		#prevBtn a, #nextBtn a{ display:block; width:20px; height:20px; }	
		#prevBtn a:hover, #nextBtn a:hover{ border:none !important; }	
		#prevBtn a{ background:url(../../../../images/carousel_arrow.gif) left top no-repeat; }
		#prevBtn a:hover{ background:url(../../../../images/carousel_arrow.gif) left bottom no-repeat; }
		#nextBtn a{ background:url(../../../../images/carousel_arrow.gif) right top no-repeat; }	
		#nextBtn a:hover{ background:url(../../../../images/carousel_arrow.gif) right bottom no-repeat; }	
		
		
.featurecontainer{ position:relative; width:580px; height:200px; padding-left:40px;  }

	#featureslider{ position:relative; margin:0 auto; overflow:hidden; }
		#featureslider ul { width:580px; height:200px; }
		#featureslider ul li{ width:580px; height:200px; overflow:hidden; padding:0; margin:0; text-align:center; }	
			
		#featurecontrols{ position:absolute; width:580px; top:50px; left:40px; z-index:100; }