.Scroller-Container {
  position: absolute;
  top: 0px; left: 0px;
}
#Scrollbar-Container {
  position: absolute;
  top: 0px; left: 600px;
}
.Scrollbar-Up {
  position: absolute;
  width: 15px; height: 10px;
  background-color: #7d7d7d;
  font-size: 0px;
}
.Scrollbar-Down {
  position: absolute;
  top: 320px;
  width: 15px; height: 10px;
  background-color: #7d7d7d;
  font-size: 0px;
}
.Scrollbar-Handle {
  position: absolute;
  width: 15px; height: 50px;
  background-color: #7d7d7d;
}
.Scrollbar-Track {
  width: 15px; height: 300px;
  position: absolute;
  top: 15px;
  background-color: #ffffff;
}

#Container {
  position: absolute;
  top: 0px; 
  left: 0px;
  width: 570px;
  height: 330px;
  background-color: transparent;
}
#News { 
  position: absolute;
  top: 0px; 
  overflow: hidden;
  width: 570px;
  height: 330px;
  display: none;
}
#News {display: block;}