@charset "utf-8";
/* CSS Document */

.Scroller-Container {
  position: relative;
  

}
.Scrollbar-Up {
	position: absolute;
	width: 12px;
	height: 12px;
	font-size: 0px;
	background-image: url(images/up.gif);
	right: 10px;
}
.Scrollbar-Track {
	width: 5px;
	height: 445px;
	position: absolute;
	top: 15px;
	background-color: #edeeee;
	right: 13px;
}
.Scrollbar-Handle {
  position: absolute;
  width: 5px;
  height: 20px;
  background-color: #bbbbbc;
}
.Scrollbar-Down {
	position: absolute;
	top: 464px;
	width: 12px;
	height: 12px;
	font-size: 0px;
	background-image: url(images/down.gif);
	right: 10px;
}
#Scrollbar-Container {
 position: relative;
 
}

#Container {
	position: relative;
	
	height: 480px;
	padding-left:5px;
	
}
#News{ 
  position: relative;
  top: 0px; 
  overflow: hidden;
 
  height: 475px;
  display: none;
}
#News {display: block;}
p {
  
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;

  color: #58595b;
}

