@charset "UTF-8";
/* CSS Document */

*{}  
  
  
/* Slideshow & Billboard Images */      
 #top-zone{overflow:hidden; width:594px; margin:0 auto; height:420px;} /*Here to keep images hidden in IE mostly*/  
  
 #billboard{width:564px; height:380px; margin:10px 10px 20px 10px; overflow:hidden; background:url('img/slide/billboard-bg.jpg') no-repeat top center;}  
  
 .slideshow{width:554px; height:360px; margin:10px; overflow:hidden;}  
 .slideshow li{list-style:none; float:left; display:inline; position:relative;}  
  
