.Scroller-Container {
  position: relative;
  top: 0px; left: 0px;
}
.Scrollbar-Up {
  position: relative;
  width: 11px; height: 11px;
  top: 8px; right: 0px;
  background-color: #FFFFFF;
  font-size: 0px;
}
.Scrollbar-Track {
  width: 10px; height: 320px;
  position: relative;
  top: 0px;
  background-color: #deeaf1;
}
.Scrollbar-Handle {
  position: relative;
  width: 10px; height: 30px;
  background-color: #FFFFFF;
}
.Scrollbar-Down {
  position: relative;
  top: 340px;
  width: 11px; height: 11px;
  background-color: #FFFFFF;
  font-size: 0px;
}
#Scrollbar-Container {
  position: relative;
  width: 10px;
  top: 0px; left: 0px;
}

#Container {
  position: relative;
  top: 0px; left: 0px;
  width: 345px;
  height: 360px;
  background-color: #FFFFFF;
}
#Conteudo { 
  position: absolute;
  top: 10px; 
  overflow: hidden;
  width: 360px;
  height: 340px;
  display: none;
}
#Conteudo {display: block;}
p {
  margin: 0; padding: 0px 20px 10px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  text-indent: 20px;
  color: #777;
}

