.Scroller-Container {
	position: absolute;
	top: 0px;
	left: 0px;
}
.Scrollbar-Up {
	position: absolute;
	width: 10px;
	height: 10px;
	background-color: #CCC;
	font-size: 0px;
}
.Scrollbar-Track {
	width: 7px;
	height: 310px;
	position: absolute;
	top: 10px;
	background: url(../images/scrollbar_bg.jpg) top left no-repeat;
}
.Scrollbar-Handle {
	position: absolute;
	top: 20px;
	left:0px;
	width: 9px;
	height: 64px;
	background: url(../images/scrollbar.jpg) top left no-repeat;
	z-index: 4;
	cursor:pointer;
}
.Scrollbar-Down {
	position: absolute;
	top: 340px;
	width: 10px;
	height: 10px;
	background-color: #CCC;
	font-size: 0px;
}
#Scrollbar-Container {
	position: absolute;
	top: 50px;
	left: 640px;
}
#Container {
	position: absolute;
	top: 40px;
	left: 0px;
	width: 620px;
	height: 320px;
}
#News, #About, #Extra {
	position: absolute;
	top: 10px;
	overflow: hidden;
	width: 620px;
	height: 320px;
	display: none;
}
#News {
	display: block;
}
#Navigation {
	position: absolute;
	top: 30px;
	left: 75px;
}
#Navigation a {
	margin: 5px 2px 0 0;
	padding: 0 5px;
	height: 20px;
	background-color: #E4E4E4;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #AAA;
	text-decoration: none;
	display: block;
	float: left;
	letter-spacing: 1px;
}
#Navigation a:hover {
	margin-top: 0px;
	height: 25px;
}
#Navigation a.current {
	margin-top: 0px;
	height: 25px;
	background-color: #EEE;
	color: #777;
}
.Tween {
	position: absolute;
	font-size: 14px;
	color:#000000;
	width:85%;
}
.Tween a {
	font-size: 14px;
	color:#000000;
	width:85%;
}
.Tween a:hover {
	font-size: 14px;
	color:#000000;
	width:85%;
}
#Steps {
	position: absolute;
	top: 275px;
	left: 50px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #AAA;
}
#Steps a {
	padding: 5px 10px;
	display: block;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #AAA;
	text-decoration: none;
}
#Steps a:hover {
	color: #777;
}

