.Container {
  position: absolute;
  top: 19px; left: 5px;
  width: 595px;
  height: 438px;
  font-family: Verdana;
  font-size: 11px;
  text-align:left;
}
#Scroller-1 { 
  position: absolute; 
  overflow: hidden;
  width: 580px;
  height: 438px;
}

.Scroller-Container {
  position: absolute;
  top: 0px; left: 0px;
  width:575px;
  text-align:justify;

}
#Scrollbar-Container {
width:10px;height:438px;
  position: absolute;
  top: 19px; left: 595px;
}
.Scrollbar-Up {
  cursor: pointer;
  position: absolute;
  left:0px;
  width: 10px; height: 8px;
  background-image:url(img/scroll_up.gif);
    background-repeat:no-repeat;
}
.Scrollbar-Track {
  width: 8px; height: 422px;
  position: absolute;
  top: 8px; left: 1px;
  background-color:#e7e7e7;
}
.Scrollbar-Handle {
  position: absolute;
  width: 8px; height: 18px;
  background-color:#9d9dbd;
}
.Scrollbar-Down {
  cursor: pointer;
  position: absolute;
  left:0px;
  width: 10px; height: 8px;
  background-image:url(img/scroll_down.gif);
  top: 430px;
  background-repeat:no-repeat;
}

