@charset "UTF-8";
/* CSS Document */

	#scroll-window{
	  width:640px;
	  height:90px;
	  text-align:left;
	  background:#000000;
   }
   
   #scroll-window .control{
     width:20px;
	  height:90px;
	  float:left;
   }
   
   #scroll-window .control .prev{
      float:left;
      margin-left:0px;
   }
   
   #scroll-window .control .next{
      float:right;
      margin-right:0px;
	  
   }
   
   #scroll-cont{
		position:relative;
      float:left;
      width:600px;
	  height:90px;
	  overflow:hidden;
   }
   
   ul#sccnt{
	  width:10000px;
	  height:90px;
	  margin:0 0 0 0;
	  padding:0 0 0 0;
   }
   
   ul#sccnt li{
      width:120px;
	  height:90px;
	  float:left;
   }
   
   ul#sccnt li div {
     width:118px;
	  height:90px;
	  background-color:#111111;
	  border:1px solid #555555;
	  margin:0 0 0 0;
   }
	
	ul#sccnt li div a img {
     display:block;
	  margin:0 0 0 0;
	  padding:0 0 0 0;
	  border:0px;
   }
	
	ul#sccnt li div span {
	  display:block;
	  position:relative;
     width:120px;
	  height:40px;
	  margin-top:-42px;
	  background-color:transparent;
	  background-image:url(/images/bg_scroll.png);
	}
	
	ul#sccnt li div span a {
      margin:0 0 0 5px;
      color:#ffffff;
	   font-size:10px;
		line-height:1.2em;
   }
   
 html>/**/body ul#sccnt li{
	 margin-top:-20px\9;
}
