/* the news box */
#scrollnews
{
	width:145px;
	font-size: 8pt;
	border: 1px solid #cbbf8d;
	background: #D4C99D url(../images/news-bg.jpg) repeat-x;
}
#scrollnews a
{
	color: #000066;
}
#scrollnews ul
{
	margin:0 .5em 0 1em;
	padding:0;
}
#scrollnews li{
	line-height:1.5em;
	list-style-image: none;
	list-style-position: outside;
	margin-bottom: 12px;
}
/* the news box when JavaScript is available */
#scrollnews.hasJS
{
	height:150px;
	overflow:hidden;
	position:relative;
}
/* The nested UL when JavaScript is available */
#scrollnews.hasJS ul
{
	position:absolute;
	top:150px;
	left:0;
	margin:0 .5em 0 .5em;
	padding:0;
}
