.tickercontainer { /* the outer div with the black border */ 
	width: 721px; 
	height: 23px; 
	margin: 0; 
	padding: 5px 5px 0 0;
	overflow: hidden; 
	color: #003D7E;
	float: right;
}
.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: 695px;
	overflow: hidden;
	height:16px;
}
ul.newsticker { /* that's your list */
	position: relative;
	left: 730px;
	font: bold 10px Verdana;
	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;
	padding: 0;
}
ul.newsticker a {
	white-space: nowrap;
	padding: 0;
	color: #003D7E;
	font: bold 11px Verdana;
	margin: 0 20px 0 0;
	text-decoration: none;
}	

.news-ticker{
	clear: both;
	width: 765px;
	height: 40px;
	background: url(/images/news-ticker-bg.png) no-repeat top right;
}

.news-ticker h4{
	padding-top: 0;
	font-size: 12px;
}

