@charset "utf-8";
/* CSS Document */

.Scroller-Container { position:relative; background: transparent; background-color:#399;height:auto;}

#Scrollbar-Container {
  position: relative;
  
  top:5px; 
  left: 2000px;

  width: 10px;
  height: 200px;
  z-index:999;
  
 
}
.Scrollbar-Track {
  width: 10px; height: 225px; background-color:#ccc;
}
.Scrollbar-Handle {
  position: absolute;
  width: 10px; height: 50px;
  background-color: #fff;
}
#sbLine {
  position: absolute;
  width: 10px;
  height: 5px;
  left: 0px;
  background-color: #eee;
  font-size: 0px;
}
#List {
  position: relative;
  top: 45px; _top:20px;
  left: 467px;
   z-index:990;
   
   width:130px;
}
#List a {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #c00;
  display: block;
  text-decoration:underline;
  padding: 3px;
}
#List a:hover {
  color: #f00;
  text-decoration:none;
}