.Scroller-Container {
	position: absolute;
	top: 0px; left: 0px;
}
.Scrollbar-Up {
	position: absolute;
	top: 330px;*top: 330px;_top: 20px;
	width: 24px; height: 24px;
	background: url(../imgs/seta_cima.jpg) no-repeat;
	font-size: 0px;
}
.Scrollbar-Track {
	width: 21px; 
	height: 290px;
	position: absolute;
	top: 360px;
	*top: 360px;
	_top: 40px;
}
.Scrollbar-Handle {
	position: absolute;
	width: 21px;
	height: 44px;
	background: url(../imgs/barra.jpg) no-repeat;
}
.Scrollbar-Down {
	position: absolute;
	top: 660px;
	*top: 660px;
	_top: 380px;
	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: 360px;
	margin: 0 5px 0 0;
	
		
}
#News { 
	position: absolute;
	top: 355px; 
	*top: 355px;
	_top: 60px;
	overflow: hidden;
	width: 550px;
	height: 335px;
	display: none;
	
}
#News {
	display: block;
}
#Navigation {
  position: absolute; 
  top: 30px;
  left: 75px;
}