.Container {
  position: absolute;
}
#Scroller-1 { 
  position: absolute; 
  overflow: hidden;
  width: 655px;
  height: 420px;
  }

#Scroller-1 p {
  margin: 0; 
  font-size: 12px;
  text-indent: 20px;
}
.Scroller-Container {
	position: absolute;
	top: 0px;
	left: 0px;
	margin-top:0px;
}
.Scrollbar-Up {
  cursor: pointer;
  position: absolute;
  height:23px;
  width:22px;
  top:137px;
  left:658px;
}
#Scrollbar-Container {
  position: absolute;
  top: 90px; 
}
.Scrollbar-Track {
  width: 14px; 
  height: 398px;
  position: absolute;
  top: 160px; 
  left:658px;
  rightt: 10px;
  background-color: bgcolor="#d9d9d9";
}
.Scrollbar-Handle {
  position: absolute;
}
.Scrollbar-Down {
  cursor: pointer;
  position: absolute;
  top: 560px;
  left:658px;
  width:22px;
  height:23px;
}