/*
	CSS for Slideshow w/ PNG Frame Layer
*/
/*
*{margin:0; padding:0; border:0;}
body{background:#FAFAFA;}
*/

/* Slideshow & Billboard Images */	
#top-zone{
	overflow:hidden;
	width:550px;
	margin:0 auto;
	height:500px;
} /*Here to keep images hidden in IE mostly*/
	
#billboard{
	width:585px;
	height:449px;
	margin:10px 10px 20px 10px;
	overflow:hidden;
	/*background:url('images/billboard-bg.jpg') no-repeat top center;*/
}
	
.slideshow{
	width:528px;
	height:355px;
	margin:11px 15px; 
margin:11px 0;
	overflow:hidden;
	background:purple;
	background:#fefefe;
}
.slideshow li{
	list-style:none;
	float:left;
	display:inline;
	position:relative;
}
	
.edge-holders{
width:585px;
height:460px;
background:url('../img/about_frame_w_shadows.png') no-repeat top center;
position:relative;
margin:0px;
z-index:10;
top:-479px;
left:-18px;
}
