@charset "utf-8";
.Scroller-Container {
	position: absolute;
	top: 0px;
	left: 0px;
}
.Scrollbar-Up {
	position: absolute;
	width: 5px;
	height: 5px;
	background-color: #CCC;
	font-size: 0px;
}
.Scrollbar-Track {
	width: 5px;
	height: 74px;
	position: absolute;
	top: 8px;
	background-color: #292929;
}
.Scrollbar-Handle {
	position: absolute;
	width: 5px;
	height: 12px;
	overflow:hidden;
	background-color: #a1a1a1;
}
.Scrollbar-Down {
	position: absolute;
	top: 85px;
	width: 5px;
	height: 5px;
	background-color: #CCC;
	font-size: 0px;
}
#Scrollbar-Container {
	position: absolute;
	top: 12px;
	left: 72px;
}
#Container {
	position: absolute;
	top: 50px;
	left: 50px;
	width: 400px;
	height: 200px;
	background-color: #EEE;
}

#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;
}