ul.ticker {
	overflow:hidden;
	width:280px;
	height:20px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color:#FFF;
	line-height:20px;
	padding: 0;
	margin: 0;
}

ul.ticker li,ul.ticker ul {
	background: none;
	padding: 0;
	margin: 0;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	width:280px;
	
	font-size: 14px;
}

ul.ticker ul, ul.ticker strong {float:right;}

#content ul.ticker li a {background:none; font-weight:normal; display:inline; padding:0 5px 0 0;
}

ul.ticker strong {margin-right:5px;}

#content ul.ticker a.a_category {
	color:#FFF;
	font-weight:bold;
}

