@charset "utf-8";
#Scroller-1 { 
  position: absolute; 
  overflow: hidden;
  width: 383px;
  height: 310px;
}
.Scroller-Container {
  position: absolute;
  top: 0px; left: 0px;
  width: 383px;
}
#Scrollbar-Container {
  position: absolute;
  top: 0px; left: 0px;
}
.Scrollbar-Track {
  width: 20px; height: 300px;
  position: absolute;
  top: 36px; left: 0px;
  background: transparent url(images/scrollbar_track.gif) no-repeat center center;
}
.Scrollbar-Handle {
  position: absolute;
  width: 7px; height: 42px;
  cursor:pointer;
}

