.Container {
  width: 600px;
  height: 320px;
}
#Scroller-1 { 
  position: absolute; 
  overflow: hidden;
  width: 600px;
  height: 320px;
}
.Scroller-Container {
  position: absolute;
  top: 0px; left: 0px;
}
#Scrollbar-Container {
  position: absolute;
  width:20px;
  top: 70px; right: 0px;
}
.Scrollbar-Up {
  cursor: pointer;
  position: absolute;
left:6px;
}
.Scrollbar-Track {
  width: 30px; height: 320px;
  position: absolute;
  top: 17px; background-image:url(../im/scrollbar_track.gif);
  background-repeat:repeat-y;
  background-position:center;
  left:0px;

  
}
.Scrollbar-Handle {
position: absolute;
width: 32px; height: 42px;
left:6px; margin-right:5px;}

.Scrollbar-Down {
  cursor: pointer;
  position: absolute;
  top: 335px;
  left:6px;
}
