.Scroller-Container2 {
  position: absolute;
  top: 0px; 
  left: 0px;
}
.Scrollbar-Up2 {
  position: absolute;
  width: 9px; 
  height: 20px;
  background-color: #CCC;
  font-size: 0px;
  background-image: url(../images/up.png);
}
.Scrollbar-Track2 {
  width: 9px; 
  height: 220px;
  position: absolute;
  top: 30px;
  background-color: #EEE;
}
.Scrollbar-Handle2 {
  position: absolute;
  width: 9px; 
  height: 111px;
  background-color: #CCC;
  background-image: url(../images/track.png);
}
.Scrollbar-Down2 {
  position: absolute;
  top: 260px;
  width: 9px; 
  height: 20px;
  background-color: #CCC;
  font-size: 0px;
  background-image: url(../images/down.png); 
}
#Scrollbar-Container2 {
  position: relative;
  top: 0px; 
  left: 430px;
  width:20px;
  background-color: #0000ff;
}

#Container2 {
  position: absolute;
  width: 435px;
  height: 280px;
}
#Comments2{
  position: absolute;
  overflow: hidden;
  width: 425px;
  height: 280px;
  display: none;
}
#Comments2 {display: block;}