#Container {
  position: relative;
  height: 310px;
  overflow: hidden;
  border:0px solid #FFF;
  float:left;
  /*ascrecentado por Joana Dias*/
  color:#ffffff;
  font-size:12px;
}
.Scroller-Container { position: absolute; background: transparent;}

#Scrollbar-Container {
  position: relative;
  left: 0px;
  width: 6px; height: 308px;
  float:right;
}
.Scrollbar-Track {
  width: 6px; height: 308px;
  background-color:#333333;
}
.Scrollbar-Handle {
  position: absolute;
  width: 6px; height: 50px;
  background-color: #FFFFFF;
}
#sbLine {
  position: absolute;
  width: 1px;
  height: 1px;
  left: 2px;
  background-color: #FFFFFF;
  font-size: 0px;
}
