.Scroller-Container {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 520px;
}
.Scrollbar-Up {
  position: absolute;
  width: 10px; height: 10px;
  background-color: #CCC;
  font-size: 0px;
}
.Scrollbar-Track {
  width: 10px; height: 160px;
  position: absolute;
  top: 20px;
  background-color: #EEE;
}
.Scrollbar-Handle {
  position: absolute;
  width: 10px; height: 30px;
  background-color: #CCC;
}
.Scrollbar-Down {
  position: absolute;
  top: 190px;
  width: 10px; height: 10px;
  background-color: #CCC;
  font-size: 0px;
}

#Scrollbar-Container {
	position: absolute;
	top: 3px;
	left: 520px;
}

#Container {
	position: relative;
	top: 75px;
	left: 360px;
	width: 543px;
	height: 205px;
	font-family: Tahoma, sans-serif;
}
#News, #About, #Extra {
	position: absolute;
	top: 8px;
	overflow: hidden;
	width: 508px;
	height: 180px;
	display: none;
}
#News {
	display: block;
	height: 187px;
}
p {
	margin: 0;
	padding: 0px 20px 10px;
	font-family: Tahoma, sans-serif;
	font-size: 12px;
	text-indent: 0px;
	color: #777;
}
#Navigation {
  position: absolute; 
  top: 30px;
  left: 75px;
}
#Navigation a {
  margin: 5px 2px 0 0;
  padding: 0 5px;
  height: 20px;
  background-color: #E4E4E4;
  font-family: Tahoma, 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 {
	top: 50px;
	left: 490px;
	width: 460px;
	padding-left: 8px;
	margin-bottom: 20px;
	height: 110px;
}
#Steps {
  position: absolute;
  top: 275px;
  left: 50px;
  font-family:Tahoma, sans-serif;
  font-size: 10px;
  color: #AAA;
}
#Tween a, #Steps a {
  padding: 2px 5px;
  display: block;
  font-family:Tahoma, sans-serif;
  font-size: 12px;
  color: #646871;
  text-decoration: none;
  text-indent: 8px;
}
#Tween a:hover, #Steps a:hover {
  color: #4b94e1;
}
.Scroller-Container2 {
	position: absolute;
	top: 20px;
	left: 20px;
	width: 520px;
}
.Scrollbar-Up2 {
  position: absolute;
  width: 10px; height: 10px;
  background-color: #CCC;
  font-size: 0px;
}
.Scrollbar-Track2 {
  width: 10px; height: 160px;
  position: absolute;
  top: 20px;
  background-color: #EEE;
}
.Scrollbar-Handle2 {
  position: absolute;
  width: 10px; height: 30px;
  background-color: #CCC;
}
.Scrollbar-Down2 {
  position: absolute;
  top: 190px;
  width: 10px; height: 10px;
  background-color: #CCC;
  font-size: 0px;
}

