.Scroller-Container {
  position: relative;
  top: 0px; left: 0px;
}
.Scrollbar-Up {
  position: relative;
  width: 10px; height: 10px;
  background-color: #f55b13;
  font-size: 0px;
}
.Scrollbar-Track {
  width: 10px; height: 140px;
  position: relative;
  top: 0px;
  background-color: #ffffff;
}
.Scrollbar-Handle {
  position: relative;
  width: 10px; height: 30px;
  background-color: #f55b13;
}
.Scrollbar-Down {
  position: relative;
  top: 160px;
  width: 10px; height: 10px;
  background-color: #f55b13;
  font-size: 0px;
}
#Scrollbar-Container {
  position: relative;
  top: -190px; left: 185px;
}

#Container {
  position: relative;
  top: -3px; left: 00px;
  width: 200px;
  height: 200px;
  background-image:url(marca_fundo.png); background-repeat:repeat-y;
  border-bottom:1px solid #94907c;
  
}
#News { 
  position: relative;
  top: 10px; 
  overflow: hidden;
  width: 200px;
  height: 180px;
  display: none;
}
#News {display: block;}
