.Scroller-Container {
	position: absolute;
	top: 0px; left: 0px;
}
.Scrollbar-Up {
	position: absolute;
	width: 10px; height: 10px;
	background-color: #03265d;
	font-size: 0px;
}
.Scrollbar-Track {
	width: 10px; height: 300px;
	position: absolute;
	top: 20px;
	background-color: #131313;
}
.Scrollbar-Handle {
	position: absolute;
	width: 10px; height: 60px;
	background-color: #03265d;
}
.Scrollbar-Down {
	position: absolute;
	top: 330px;
	width: 10px; height: 10px;
	background-color: #03265d;
	font-size: 0px;
}
#Scrollbar-Container {
	position: absolute;
	top: 35px;
	left: 649px;
}

#Container {
	position: absolute;
	top: 35px;
	left: 0px;
	width: 612px;
	height: 340px;
}

#News{ 
	position: absolute;
	top: 10px; 
	left: -12px;
	overflow: hidden;
	width: 665px;
	height: 320px;
	display: block;
}
