/* liScroll styles */

.tickercontainer { /* the outer div with the black border */
	width: 859px;
	height: 31px;
	padding: 0;
	overflow: hidden;
	margin-top: 20;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
}


.tickercontainer .mask { /* that serves as a mask. so you get a sort of padding both left and right */
position:relative;
left: 15px;
right:15px;
top: 0px;
width: 839px;
overflow: hidden;
}

ul.newsticker { /* that's your list */
position: relative;
left: 859px;
list-style-type: none;
margin: 5px;
padding: 0;
}
ul.newsticker li {
	float: left;
	padding: 0;
	margin-top: 0px;
	margin-right: 50px;
	margin-bottom: 0;
	margin-left: 0;
	font-size: 15px;
}
ul.newsticker a {
white-space: nowrap;
padding: 0;
color: #ff0000;
margin: 0 50px 0 0;
} 
ul.newsticker span {
margin: 0 10px 0 0;
} 
