@charset "utf-8";
/* CSS Document */
#ticker {
	height:20px;
	width:475px;
	overflow:hidden;
	border:0px #333 solid;
	margin:0;
	padding:0;
}
#ticker li {
	border:0;
	margin:0;
	padding:0;
	list-style:none;
	height:20px;
	color:#F00;
}
#ticker a {
	color:#F00;
	text-transform: uppercase;
}
#ticker .news-title {
	display:block;
	font-weight:bold;
	margin-bottom:4px;
	font-size:16px;
}
#ticker .news-text {
	display:block;
	color:#666666;
}
#ticker img {
	float:left;
	margin-right:14px;
	border:solid 1px #DEDEDE;
}


