.Container {
  position: absolute;
  top: 35px; left: 20px;
  width: 220px;
  height: 240px;
}
#Scroller-1 { 
  position: absolute; 
  overflow: hidden;
  width: 220px;
  height: 260px;
}
#Scroller-1 p {
  margin: 0; padding: 10px 20px;
  text-align: justify;
  font-size: 11px;
  text-indent: 10px;
  color: #6F6048;
}
.Scroller-Container {
  position: absolute;
  top: 0; left: 0;
}

#Scrollbar-Container {
  position: absolute;
  top: 35px; left: 13px;
}
.Scrollbar-Up {
  cursor: pointer;
  position: absolute;
  z-index: 21;
}
.Scrollbar-Track {
  width: 9px; height: 240px;
  position: absolute;
  top: 10px; left: 0px;
  background: transparent url(images/scrollbar_track.gif) repeat-y center center;
}
.Scrollbar-Handle {
  position: absolute;
  left: 2px;
  z-index: 19;
  width: 5px; height: 60px;
}
.Scrollbar-Down {
  cursor: pointer;
  position: absolute;
  z-index:20;
  top: 250px;
}
