#Scroller-1 { 
  position: absolute; 
  overflow: hidden;
  width: 245px;
  height: 350px;
}

.Scroller-Container {
  position: absolute;
  top: 0px; left: 0px;
  padding-right:25px;
}
#Scrollbar-Container {
  position: absolute;
  top: 28px; left: 266px; 
  width: 16px;
  height: 345px; 
  background: url(../img/bg_scroller.gif) repeat-y;
}
.Scrollbar-Up {
  cursor: pointer;
  position: absolute;
}
.Scrollbar-Track {
  width: 9px; height: 313px;
  position: absolute;
  top: 15px; left: 6px;
}
.Scrollbar-Handle {
  position: absolute;
  width: 9px; height: 50px;
  cursor: ns-resize;
}
.Scrollbar-Down {
  cursor: pointer;
  position: absolute;
  top: 325px;
}

.Scrollbar-Disabled{
  display: none;
}