.tickercontainer { /* the outer div with the black border */ 
	width: 771px; 
	height: 23px; 
	margin: 0; 
	padding: 5px 5px 0 0;
	overflow: hidden; 
	float: left;
}
.ticker01{
	margin: 0;
	padding: 0;
}
.tickercontainer .mask { /* that serves as a mask. so you get a sort of padding both left and right */
	position: relative;
	left: 15px;
	top: 0;
	width: 760px;
	overflow: hidden;
	height:16px;
}
ul.newsticker { /* that's your list */
	position: relative;
	left: 730px;
	list-style-type: none;
	margin: 0;
	padding: 0;

}
ul.newsticker li {
	float: left; /* important: display inline gives incorrect results when you check for elem's width */
	margin: 0 0 0;
	padding: 0;
}

.news-ticker {
	height:28px;
	background:url(/images/news-ticker-bg.gif) repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:6px 0 6px 0;
	color:#555555;
}

.news-ticker span{
	display: block;
	margin-left: 30px;
}

.news-ticker a {
	color:#ec1c24;
	text-decoration:none;
}



