.Scroller-Container {
  position: relative;
  float:left;
  width:230px;
}
.Scrollbar-Up {
  position: absolute;
  width: 10px; height: 10px;
  background:url(../img/fr_top_scroll.jpg) top no-repeat;
  background-color:#FFFFFF;
}
.Scrollbar-Track {
  width: 10px; height: 200px;
  position: absolute;
  top: 20px;
  background-color: #F2F2F2;
}
.Scrollbar-Handle {
  position: absolute;
  width: 10px; height: 30px;
  background-color: #CCC;
}
.Scrollbar-Down {
  position: absolute;
  top: 230px;
  width: 10px; height: 10px;
  background:url(../img/fr_bottom_scroll.jpg) top no-repeat;
  background-color:#FFFFFF;
}
#Scrollbar-Container {
  position: absolute;
  z-index:18;
  top: 28px; right: 15px;
}

#Container {position:relative; float:left; text-align:left; width:240px; height:250px; margin-top:10px;}
#News { 
  position: absolute;
  top: 0; 
  overflow: hidden;
  width: 240px;
  height: 240px;
  display: none;
}
#News {display: block;}
