.tickercontainer { /* the outer div with the black border */ 
	width: 305px; 
	height: 23px; 
	margin: 0; 
	padding: 5px 10px 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: 0px;
	top: 8px;
	width: 305px;
	overflow: hidden;
	height:16px;
}
ul.newsticker { /* that's your list */
	position: relative;
	left: 320px;
	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: #FFF;
	font: bold 11px Verdana;
	margin: 0 20px 0 0;
	text-decoration: none;
}	

.news-ticker{
	clear: both;
	width: 399px;
	height: 40px;
	background: #1472CA;
	border: 1px solid #2F89DF;
}

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


