#newsscroller {
	position:relative;
	height:325px;
	overflow:hidden;
	width:480px;
}
#newsscroller .items {
	position:relative;
}

ul.latestnews {
	padding:0;
}
ul.latestnews li {
	padding:0;
	background:none;
}
ul.latestnews li span {
	padding:5px 0;
}


a.viewall:hover,
a.viewall2:hover{
	text-decoration:underline;
}

.newsitem{
	padding:7px 7px 0 0;
	height:100px;
	overflow:hidden;
	background:url(/gfx/dot.gif) repeat-x bottom left;
	margin:0 0 0 4px;
}

.newsitem .info{
	font-size:11px;
	font-weight:bold;
	color:#58585A;
}

.newsitem .image{
	float:left;
	margin:5px 10px 10px 0;
}

.newsitem h3{
	line-height:18px;
	font-size:12px;
	background:none;
}

.newsitem p{
	margin-top:0px;
}