contains {
  position: absolute;
  top: 50px; left: 100px;
  width: 500px;
  height: 200px;
  background-color: #EEE;
}
#Scroller-1 { 
  position: absolute; 
  overflow: hidden;
  width: 500px;
  height: 200px;
}
#Scroller-1 p {
  margin: 0; padding: 10px 20px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  text-indent: 20px;
  color: #777;
}
.Scroller-Container {
  position: absolute;
  top: 0px; left: 0px;
  font-family:CALIBRI;
  font-size:14px;
}
.Scrollbar-Track {
  width: 10px; height: 360px;
  position: absolute;
  top: 75px; left: 720px;
  background-color:#FAC0B8;
  opacity:0.3;
}
.Scrollbar-Handle {
  position: absolute;
  top: 0px; left: 0px;
  width: 10px; height: 30px;
  background-color:#C00;
}