/*
	CSS for Slideshow w/ PNG Frame Layer
*/


	
	
	#billboard{width:960px; height:294px; overflow:hidden; background:url('images/billboard-bg.jpg') no-repeat top center;}
	
	.slideshow{width:960px; height:294px;  overflow:hidden;}
		.slideshow li{list-style:none; float:left; display:inline; position:relative;}
	
	
