/* Scroll Bar */
.Container {
  position: relative;
  top: 0px; left: 0px;
  width: 750px;
  height: 400px;
}
#Scroller-1 { 
  position: absolute; 
  overflow: hidden;
  width: 720px;
  height: 400px;
  margin-left: 10px;
  padding-top:10px;
}
#Scroller-1 * {
  margin: 0;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #cccccc;
}
.Scroller-Container {
  position: absolute;
  top: 0px; left: 0px;
}
#Scrollbar-Container {
  position: relative;
  float:right;
  top: -320px; left: -20px;;
}
.Scrollbar-Up {
  cursor: pointer;
  position: absolute;
}
.Scrollbar-Track {
  width: 20px; height: 161px;
  position: absolute;
  top: 36px; left: 4px;
  background: transparent url(images/scrollbar_track.gif) no-repeat center center;
}
.Scrollbar-Handle {
  position: absolute;
  width: 20px; height: 22px;
}
.Scrollbar-Down {
  cursor: pointer;
  position: absolute;
  top: 197px;
}
