

#news_ticker 
{
	background: #f4f4f4;
	width: 616px;
	height: 44px;
	float:left;
	border-bottom: 1px solid #ccc;
	color:#333;
	font-size:12px;
	z-index:20;
	position:relative;
}

#news_ticker strong
{
	color:#B1000C;
}

#news_ticker a
{
	color: #333;
	text-decoration:none;
}

#news_ticker a:hover
{
	color: #333;
	text-decoration:underline;
}

.fadeleft
{
	position:relative;
	z-index:100;
	background:url(../images/fadeleft.png);
	width: 60px;
	height: 35px;
	left: 0;
	top: 0;
	float: left;
	margin-top: -36px;
}

.faderight
{
	position:relative;
	z-index:100;
	background:url(../images/faderight.png);
	width: 60px;
	height: 35px;
	right: 0;
	top: 0;
	float: right;
	margin-top: -36px;
}

.cloned
{
	margin-left: -40px;
}
