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

*{margin:0; padding:0; border:0;}

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