/* CSS Document */
body {
	margin:0; padding:0;
	background-color:#B5B5A9;
}
.texto{
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color:#999999;
	font-size:12px;
}
.Scroller-Container {
	position: absolute;

  top: 0px; left: 0px;
}
.Scrollbar-Up {
  position: absolute;
  /*position: relative;*/
  width: 10px; height: 10px;
  /*background-color: #CCC;*/
  font-size: 0px;
}
.Scrollbar-Track {
	width: 10px;
	height: 110px;
	position: absolute;
	/*position: relative;*/
	top: 8px;
  /*background-color: #EEE; border:#000000 1px solid;*/
}
.Scrollbar-Handle {
  /*position: absolute;*/
  width:1px; height: 30px;
 /* background-color: #CCC;*/
  background-color: #FFF;
}
.Scrollbar-Down {
 position: absolute;
  /* position: relative;*/
  top: 120;
  width: 10px; height: 10px;
  /*background-color: #CCC;*/
  font-size: 0px; /*border:1px solid #000000; display:block;*/
}
#Scrollbar-Container_ {
  position: absolute;
 /* position:relative;*/
  /*top: 50px; left: 460px;*/ 
}

#Container {
  /*position: absolute;*/
  position:relative;
  /*top: 50px; left: 50px;*/
  width: 285px;
  height: 130px;
  /*background-color: #EEE; border:#000000 solid 1px;*/
}
#News, #About, #Extra { 
  position: absolute;
  /*position:relative;*/
  top: 5px; 
  overflow: hidden;
  width: 285px;
  height: 130px;
  display: none;
}
#News {display: block;}
p {
  margin: 0; 
  padding: 0px 10px 10px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  text-indent: 20px;
  color: #777;
}

