.Container {
  position: absolute;
  top: 80px; left: 30px;
  width: 220px;
  height: 226px;
  overflow: hidden;
}
#Scroller-1 { 
  position: absolute; 
  overflow: hidden;
  width: 220px;
  height: 226px;
}

.Scroller-Container {
  position: absolute;
  top: 0; left: 0;
}

#Scrollbar-Container {
  position: absolute;
  top: 70px; left: 0;
}
.Scrollbar-Up {
  cursor: pointer;
  position: absolute;
  z-index: 21;
}
.Scrollbar-Track {
  width: 9px; height: 215px;
  position: absolute;
  top: 10px; left: 0px;
  background: transparent url(images/scrollbar_track.gif) repeat-y center center;
  cursor: pointer
}
.Scrollbar-Handle {
  position: absolute;
  left: 2px;
  z-index: 19;
  width: 5px; height: 60px;
}
.Scrollbar-Down {
  cursor: pointer;
  position: absolute;
  z-index:20;
  top: 220px;
}
