.Scroller-Container {
  position: absolute;
  top: 0px; 
  left: 0px;
}
.Scrollbar-Up {
  position: absolute;
  width: 9px; 
  height: 20px;
  background-color: #CCC;
  font-size: 0px;
  background-image: url(../images/up.png);
}
.Scrollbar-Track {
  width: 9px; 
  height: 620px;
  position: absolute;
  top: 30px;
  background-color: #EEE;
}
.Scrollbar-Handle {
  position: absolute;
  width: 9px; 
  height: 111px;
  background-color: #CCC;
  background-image: url(../images/track.png);
}
.Scrollbar-Down {
  position: absolute;
  top: 660px;
  width: 9px; 
  height: 20px;
  background-color: #CCC;
  font-size: 0px;
  background-image: url(../images/down.png); 
}
#Scrollbar-Container {
  position: relative;
  top: 0px; 
  left: 430px;
  width:20px;
  background-color: #0000ff;
}

#Container1 {
  position: absolute;
  width: 435px;
  height: 680px;
}
#Comments1{
  position: absolute;
  overflow: hidden;
  width: 425px;
  height: 680px;
  display: none;
}
#Comments1 {display: block;}