﻿.Container {
  position: absolute;
  top: 0;
  left: 0;
  width: 352px;
  height: 400px;
}
#Scroller-1 { 
  position: absolute; 
  overflow: hidden;
  width: 352px;
  height: 400px;
}
.Scroller-Container {
  position: absolute;
  top: 0px; left: 0px;
}
#Scrollbar-Container {
  position: absolute;
  top: 0;
  left: 347px;
}
.Scrollbar-Up {
  cursor: pointer;
  position: absolute;
  top: 20px;
  left: 15px;
}
.Scrollbar-Track {
  width: 11px;
  height: 345px;
  position: absolute;
  top: 30px;
  left: 9px;
  background: transparent url(images/scrollbar-track.gif) repeat-y 10px 0;
}
.Scrollbar-Handle {
  position: absolute;
  width: 15px;
  height: 5px;
  top: 0;
  left: 3px;
}
.Scrollbar-Down {
  cursor: pointer;
  position: absolute;
  top: 375px;
  left: 15px;
}