.Container {
  position: absolute;
  top: 50px; left: 100px;
  width: 700px;
  height: 200px;
  background-color: #EEE;
}
#contentScroll { 
  position: absolute; 
  overflow: hidden;
  width: 700px;
  height: 400px;
}
#contentScroll p {
  margin: 0;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 20px;
  text-indent: 10px;
}
.Scroller-Container {
  position: absolute;
  top: 0px; left: 0px;
}
.Scrollbar-Track {
  width: 20px; height: 400px;
  position: absolute;
  top: 75px; right: 0px;
	background: #78654f;
}
.Scrollbar-Handle {
  position: absolute;
  top: 0px; left: 0px;
  width: 20px; height: 80px;
  background: url(../images/scroll-handle.png) no-repeat 50% 50%;
  z-index: 50;
}