.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_blue/up.png);
}
.Scrollbar-Track {
  width: 9px; height: 220px;
  position: absolute;
  top: 30px;
  background-color: #EEE;
}
.Scrollbar-Handle {
  position: absolute;
  width: 9px; height: 111px;
  background-color: #CCC;
  background-image: url(images_blue/track.png);
}
.Scrollbar-Down {
  position: absolute;
  top: 260px;
  width: 9px; height: 20px;
  background-color: #CCC;
  font-size: 0px;
  background-image: url(images_blue/down.png);
}
#Scrollbar-Container {
  position: relative;
  top: 50px; left: 633px;
}

#Container {
  position: absolute;
  width: 625px;
  height: 360px;
}
#News{
  position: absolute;
  overflow: hidden;
  width: 625px;
  height: 360px;
  display: none;
}
#News {display: block;}
