div#newsticker {float: left; display: inline; width: 620px; height: 20px; overflow: hidden; text-transform: uppercase; font-size: 15px; font-family: Arial, Helvetica, sans-serif;}

#rotator
{
	display: block;
	list-style: none;
	overflow: hidden;
	margin: 0;
	position: relative;
	padding: 6px 0 0 15px;
	width: 600px;
	height: 20px;
	background-color: #3D2B2D;
}

#rotator li
{
	width: 580px;
	height: 20px;
	list-style: none;
	margin: 0;
	padding: 6px 0 0 15px;
}

#rotator  li a {
	color:#9F9092;
	font-weight:bold;
	text-decoration:none;
	font-family:Arial,Helvetica,sans-serif;
	font-size:15px;
	text-transform:uppercase;
}