#Scroller-1 { 
  position: absolute; 
  overflow: hidden;
  width: 170px;
  height: 510px;
}
#Scroller-1 p {

}
.Scroller-Container {
  position: absolute;
  top: 0px; left: 0px;
}
#Scrollbar-Container {
	position:relative;
	left:423px;
    top: 40px;
}
.Scrollbar-Up {
  cursor: pointer;
  position: absolute;
}
.Scrollbar-Track {
  width: 8px; 
  height: 505px;
  position: absolute;
  top: 10px;
  background-color: #edf0f2;
}
.Scrollbar-Handle {
  position: absolute;
  width: 8px; height: 30px;
  background-color: #666666;
}
.Scrollbar-Down {
  cursor: pointer;
  position: absolute;
  top: 187px;
}

