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


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