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

#newsTicker {
	position:relative;
	float:right;
	height:200px;
	width:290px;
	overflow:hidden;
	border:solid 1px #ccc;
	padding:6px 10px 14px 10px;
}
#newsTicker li{
	border:0; margin:0; padding:0; list-style:none; font-family:Arial, Helvetica, sans-serif;
}

#newsTicker li{
	height:60px;
	padding:5px;
	list-style:none;
}
#newsTicker a{
	color:#000000;
	margin-bottom:
}
#newsTicker .news-title{
	display:block;
	color:#990000;
	font-weight:bold;
	margin-bottom:4px;
	font-size:11px;
}
#newsTicker .news-text{
	display:block;
	font-size:11px;
	color:#666666;
}
#newsTicker img{
	float:left;
	margin-right:14px;
	padding:4px;
	border:solid 1px #ccc;
}
