.Container {
  position: absolute;
  top: 50px; left: 220px;
  width: 400px;
  height: 370px;
  background-color: #2C0000;

}
#Scroller-1 { 
  position: absolute; 
  overflow: hidden;
  width: 400px;
  height: 370px; /* 200px */
}
#Scroller-1 p {
  margin: 0; padding: 10px 20px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  text-indent: 20px;
  color: #777;
  
}
.Scroller-Container {
  position: absolute;
  top: 0px; left: 0px;

}
.Scrollbar-Track {
  width: 12px; height: 100px;
  position: absolute;
  top: 75px; left: 620px;
  background: url('/global/images/slider_slidebgd.gif') #EEE;
}
.Scrollbar-Handle {
  position: absolute;
  top: 0px; left: 0px;
  width: 12px; height: 32px;
  background: url('/global/images/slider.gif');
  cursor: pointer;
  cursor:hand;
}
