.Container {
  position: absolute;
  top: 0px; left: 0px;
  width: 180px;
  height: 300px;
}
#Scroller-1 { 
  position: absolute; 
  overflow: hidden;
  width: 180px;
  height: 350px;
}
#Scroller-1 p {
  margin: 0; padding: 5px 15px;
}
.Scroller-Container {
  position: absolute;
  top: 0px; left: 0px;
}
.Scrollbar-Track {
  width: 5px; height: 330px;
  position: absolute;
  top: 20px; left: 187px; background:#626262;
}
.Scrollbar-Handle {
  position: absolute;
  top: 0px; left: 0px;
  width: 5px; height: 30px;
  background-color: #CCC;
}