@charset "utf-8";
/* CSS Document */


.Container {
  position: absolute;
  top: 0px; left: 0px;

  
  
}
#Scroller-1 { 
  position: absolute; 
  overflow: hidden;
  width: 700px;
  height:330px;

}

.Scroller-Container {
  position: absolute;
  top: 0px; left: 0px;

  
}
#Scrollbar-Container {
  position: absolute;
  top: -30px; right: 9px;
}

.Scrollbar-Track {
  width:5px; height: 320px;
  position: absolute;
  top: 36px; left: 4px;
  background: url(../img/scrollbar_track.gif) no-repeat center center;

  
}
.Scrollbar-Handle {
  position: absolute;
  width: 5px; height: 43px;
  left:-10px;
  cursor:pointer;
}
