.Container {
/*  position: absolute;
  top: 50px; left: 100px;
  width: 400px;
  height: 200px;*/
  background-color: #EEE;
}
#Scroller-1 { 
  position: absolute; 
  overflow: hidden;
  width: 400px;
  height: 282px;
}
#Scroller-1 p {
  text-indent: 0px;
}
.Scroller-Container {
  position: absolute;
  top: 0px; left: 0px;
}
.Scrollbar-Track {
  width: 10px; height: 290px;
  position: absolute;
  top: 151px; left: 920px;
  background-color: #EEE;
}
.Scrollbar-Handle {
  position: absolute;
  top: 0px; left: 0px;
  width: 10px; height: 30px;
  background-color: #CCC;
}