/* News Scroller Styles */

.Scroller-Container {
  position: absolute;
  padding: 15px 30px 15px 15px;
  /*top: 0px; left: 0px;*/
}
.Scrollbar-Up {
  position: absolute;
  width: 10px; 
  height: 10px;
  background: #ccc url('/images/layout/arrow-top.gif') no-repeat;
  font-size: 0px;
}
.Scrollbar-Track {
  width: 10px; height: 865px;
  position: absolute;
  top: 20px;
  background-color: #EEE;
}
.Scrollbar-Handle {
  position: absolute;
  width: 10px; 
  height: 32px;
  background: #ccc url("/images/layout/scroll.gif") no-repeat;
}
.Scrollbar-Down {
  position: absolute;
  top: 895px;
  width: 10px; height: 10px;
  background: #ccc url('/images/layout/arrow-bottom.gif') no-repeat;
  font-size: 0px;
}
#Scrollbar-Container {
  position: relative;
  top: 10px;
  left: 545px;
}

#content-news {
  position: relative;
  }