.Container {
  position: absolute;
  top: 50px; left: 10px;
  width: 630px;
  height: 200px;

}
#Scroller-1 { 
  position: absolute; 
  overflow: hidden;
  width: 630px;
  height: 193px;
}
#Scroller-1 p {

  font-size: 11px;
  text-indent: 0px;
  color: #777;
}
.Scroller-Container {
  position: absolute;
  top: 0px; left: 0px;
}
.Scrollbar-Track {
margin-left:5px;
  width: 4px; height: 200px;
  position: absolute;
  top: 50px; left: 648px;
  background-color: #CACACA;
}
.Scrollbar-Handle {
  position: absolute;
  top: 0px; left: 0px;
  width: 4px; height: 30px;
  background-color: #13B5B1;
}