.Scroller-Container {
  position: absolute;
  top: 0px; left: 0px;
}
.Scrollbar-Up {
  position: absolute;
  width: 12px; height: 12px;
  background-image:url('../images/seta1.gif');
  font-size: 0px;
}
.Scrollbar-Track {
  width: 12px; height: 250px;
  position: absolute;
  top: 20px;
  background-color: #EEE;
}
.Scrollbar-Handle {
  position: absolute;
  width: 12px; height: 30px;
  background-color: #CCC;
}
.Scrollbar-Down {
  position: absolute;
  top: 280px;
  width: 12px; height: 12px;
  background-image:url('../images/seta2.gif');
  font-size: 0px;
}
#Scrollbar-Container {
  float:left;
  position: absolute;
  top: 10px;
  left: 510px;
}