/* scroll */
.textContent { margin-top:20px;}

.Container {
  position: absolute;
  width: 330px;
  height: 230px;  
}
#Scroller-1 { 
  position: absolute; 
  overflow: hidden;
  width: 330px;
  height: 400px;
  z-index:0;
}
/*#Scroller-1 p {
  margin: 0; padding: 0px 0px;
}*/
.Scroller-Container {
  position: absolute;
  top: 0px; left: 0px;
}
#Scrollbar-Container {
  position: absolute;
  top: 10px; left: 360px;
}
.Scrollbar-Up {
  cursor: pointer;
  position: absolute;
  left:-12px; width:14px;
  height:12px;
}
.Scrollbar-Track {
  width: 11px; height: 337px;
  position: absolute;
  top: 13px; left: -11px;
  background:#c0933a;;
}
.Scrollbar-Handle {
  position: absolute;
 /*width: 14px; height: 22px;*/
}
.Scrollbar-Down {
  cursor: pointer;
  position: absolute;
  top: 352px;left:-12px; width:14px;
  height:12px;
}