.Scroller-Container {
  position: absolute;
  top: 0px; left: 0px;

}
.Scrollbar-Up {
  position: absolute;
  width: 10px; height: 10px;
  background-color: #716F6E;
  font-size: 0px;
}
.Scrollbar-Track {
  width: 10px; height: 210px;
  position: absolute;
  top: 20px;
  background-color: #989795;
}
.Scrollbar-Handle {
  position: absolute;
  width: 10px; height: 30px;
  background-color: #716F6E;
}
.Scrollbar-Down {
  position: absolute;
  top: 240px;
  width: 10px; height: 10px;
  background-color: #716F6E;
  font-size: 0px;
}
#Scrollbar-Container {
  position: absolute;
  top: 20px; 
  right: 70px;
  z-index: 100;
}

#Container {
  position: absolute;
  top: 0; 
  right: 50px;
  width:178px; 
  height:279px; 
  overflow: hidden;
  z-index: 3;
}

#texto {
	position: absolute;
	top: 20px;
	right: 30px;
	overflow: hidden;
	width:138px; 
	height:259px;
	display: block;
	z-index: 99;
}