#scroll_Container {
  position: relative;
  left: 0px;
  top: 0px;
  width: 500px;
  height: 315px;
  margin: 0px;
  overflow: hidden;
}
#Scroll {
  display: block;
}
.Scroller-Container {
  position: absolute;
  top: 0px; 
  left: 0px;
}
#Scrollbar-Container {
  position: relative;
  top: 55px;
  left: 755px;
}
.Scrollbar-Up {
  position: absolute;
  width: 10px; height: 10px;
  background-color: #CCCCCC;
  font-size: 0px;
}
.Scrollbar-Track {
  width: 10px; height: 245px;
  position: absolute;
  top: 20px;
  background-color: #FFFFFF;
}
.Scrollbar-Handle {
  position: absolute;
  width: 10px; height: 60px;
  background-color: #CCCCCC;
}
.Scrollbar-Down {
  position: absolute;
  top: 275px;
  width: 10px; height: 10px;
  background-color: #CCCCCC;
  font-size: 0px;
}