
/* liScroll style declarations */
.tickercontainer { /* the outer div with the black border */
	width: 750px; 
	/*height: 40px; */
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	
}
.tickercontainer .mask { /* that serves as a mask. so you get a sort of padding both left and right */
	position: relative;
	left: 0px;
	top: 0px;
	/*width: 478px;*/
	overflow: hidden;
}
ul.newsticker { /* that's your list */
	position: relative;
	left: 710px;
	font: normal normal normal 13px Arial, Helvetica, sans-serif;
	color:#339900;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	
}
ul.newsticker li {
	float: left; /* important: display inline gives incorrect results when you check for elem's width */
	margin: 0px;
	padding: 0px;
}
ul.newsticker a {
	white-space: nowrap;
	padding: 0px;
	font: normal normal normal 13px Arial, Helvetica, sans-serif;
	color:#000000;
	margin: 0px 20px 0px 0px;
} 
ul.newsticker span {
	margin: 0px 10px 0px 10px;
} 
