.Scroller-Container {
	position: relative;
	width: 230px;
	z-index: 200;
	
}
.Scrollbar-Up {
  position: absolute;
  width: 10px; height: 10px;
   background-image: url(images/up_arrow.gif);
   
}
.Scrollbar-Track {
  width: 10px; height: 185px;
  position: absolute;
  top: 20px;
   z-index: 200;

}
.Scrollbar-Handle {
  position: absolute;
  width: 10px; height: 30px;
  background-color: #737479;
}
.Scrollbar-Down {
  position: absolute;
  top: 215px;
  width: 10px; height: 10px;
  background-image: url(images/dwn_arrow.gif);
  font-size: 0px;
}
#Scrollbar-Container {
  position: relative;
  top: -225px; margin-left: 260px;
}

#Container {
  position: relative;
  top: 0px; left: 0px;
  width: 230px;
  height: 230px;
  background-color: #fff;
}
#News{ 
  position: relative;
  top: 0px; 
  left: 20px;
  overflow: hidden;
  width: 230px;
  height: 230px;
  display: block;
}
