.Scroller-Container {
	position: absolute;
	top: 0px; left: 0px;
}
.Scrollbar-Up {
	position: absolute;
	top: 400px;
	width: 24px; height: 24px;
	background: url(../imgs/seta_cima.jpg) no-repeat;
	font-size: 0px;
}
.Scrollbar-Track {
	width: 21px; 
	height: 425px;
	position: absolute;
	top: 420px;
}
.Scrollbar-Handle {
	position: absolute;
	width: 21px;
	height: 44px;
	background: url(../imgs/barra.jpg) no-repeat;
}
.Scrollbar-Down {
	position: absolute;
	top: 840px;
	width: 24px; height: 24px;
	background: url(../imgs/seta_baixo.jpg) no-repeat;
	font-size: 0px;
}
#Scrollbar-Container {
	float: left;
	}
#Container {
	float: left;
	width: 550px;
	height: 490px;
	margin: 0 5px 0 0;
	
		
}
#News { 
	position: absolute;
	top: 400px; 
	overflow: hidden;
	width: 550px;
	height: 465px;
	display: none;
	
}
#News {
	display: block;
}
#Navigation {
  position: absolute; 
  top: 70px;
  left: 75px;
}