.Scroller-Container {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 750px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	z-index: 1;
}
.Scrollbar-Up {
	position: absolute;
	width: 10px;
	height: 10px;
	background-color: #999;
	font-size: 0px;
	left: 34px;
	top: -57px;
}
.Scrollbar-Track {
	width: 12px;
	height: 320px;
	position: absolute;
	top: -163px;
	background-color: #333;
	left: 372px;
}
.Scrollbar-Handle {
	position: absolute;
	width: 12px;
	height: 30px;
	background-color: #CCC;
}
.Scrollbar-Down {
  position: absolute;
  top: 190px;
  width: 10px; height: 10px;
  background-color: #CCC;
  font-size: 0px;
}
#Scrollbar-Container {
	position: relative;
	top: -150px;
	left: 460px;
	height: 0px;
	width: 0px;
}

#Container {
	position: relative;
	top: 10px;
	left: 10px;
	width: 750px;
	height: 350px;
}
#News, #About, #Extra { 
  position: absolute;
  top: 10px; 
  overflow: hidden;
  width: 400px;
  height: 180px;
  display: none;
}
#News {
	display: block;
	width: 750px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	height: 350px;
}
#text_con2 p{
	margin: 0;
	padding: 0px 20px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-indent: 20px;
	color: #000;
}
#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;
}
