/*CSS for the scroller for Notice*/	
#pscrollercss{
	width: 550px;
	height: 45px;
	padding: 5px;
	font-size: 12px;
	color: black;
	/*border: 1px solid #ebb600;
	background-color: #fef9bf;*/
}
#pscrollercss a{
	font-weight: bold;
	font-size: 12px;
	color: blue;
	word-spacing: 0em;
	/*text-decoration: none;*/
}

.someclass{ //class to apply to your scroller(s) if desired
}