@charset "utf-8";

#newsticker 
{
	float:left;
	width:165px;
	min-height:200px;
	background:#ffffff;
}

#newsticker ul 
{
	list-style:none;
	margin:0;
	padding:0;
	overflow:hidden;
	min-height:180px;
	width:165px;
}

#newsticker li.error {
	color: #f00;
}

