@charset "UTF-8";
.Scroller-Container {
	position: absolute;
	left: 0px;
	font-size: 10px;
	color: #333333;
	margin-right: 10px;
	margin-left: 0px;
	line-height: 150%;
}

.Scroller-Container h2{
	font-size: 14px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.Scrollbar-Up {
  position: absolute;
  width: 10px; height: 10px;
  background-color: #CCC;
  font-size: 0px;
}
.Scrollbar-Track {
	width: 10px;
	height: 180px;
	position: absolute;
	top: 20px;
	background-color: #EEE;
}
.Scrollbar-Handle {
  position: absolute;
  width: 10px; height: 30px;
  background-color: #CCC;
}
.Scrollbar-Down {
	position: absolute;
	top: 210px;
	width: 10px;
	height: 10px;
	background-color: #CCC;
	font-size: 0px;
}
#Scrollbar-Container {
	position: absolute;
	padding-left: 380px;
}


#News {
	position: absolute;
	overflow: hidden;
	width: 370px;
	height: 220px;
	display: none;
}
#News {display: block;}

