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



/* Slideshow & Billboard Images */	
	#top-zone{overflow:hidden; width:950px; margin:0 auto; height:250px;} /*Here to keep images hidden in IE mostly*/
	
	
	
	.slideshow{width:950px; height:250px; margin:0px; overflow:hidden;}
		.slideshow li{list-style:none; float:left; display:inline; position:relative;}
	
	.edge-holders{width:950px; height:250px; background:url('images/edge-holders.png') no-repeat top center; position:relative; margin:0px; z-index:10; top:-250px;}
