/* liScroll style declarations */

.tickercontainer { /* the outer div with the black border */
	width: 810px; 
	height: 25px;
	position: relative;
	top: 5px;
	margin: 0; 
	padding: 0;
	overflow: hidden; 
}

.tickercontainer .mask { /* that serves as a mask. so you get a sort of padding both left and right */
	width: 810px;
	height: 20px;
	overflow: hidden;
}

ul.newsticker { /* that's your list */
	position: relative;
	left: 800px;
	list-style-type:none;
	margin:0;
	padding:0;
}

ul.newsticker li {
	float:left;
	display:block;
	margin-bottom:8px;
	margin-right:30px;
	color:#214356;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	white-space:nowrap;
}