#Scroller-1 { 
  position: absolute; 
  overflow: hidden;
  width: 460px;
  height: 460px;
}
.Scroller-Container {
  position: absolute;
  top: 0px; left: 0px;
}
#Scrollbar-Container {
  position: absolute;
  top: 0px; left: 840px;
}
.Scrollbar-Track {
  width: 10px; height: 460px;
  position: absolute;
  top: 0px; left: 4px;
  /*background: #B2B9BD;/*transparent url(images/scrollbar_track.gif) no-repeat center center;*/
}
.Scrollbar-Handle {
  position: absolute;
  width: 10px; height: 60px;
  background: #333333;
}