/* liScroll style declarations */
.tickercontainer { /* the outer div with the black border */
margin: 0 0 0 20px;
padding: 10px 0;
width: 490px; 
position: relative;
}
.tickercontainer .mask { /* that serves as a mask. so you get a sort of padding both left and right */
position: relative;
width: 490px;
height: 13px;
overflow: hidden;
}
ul.newsticker { /* that's your list */
position: relative;
list-style-type: none;
left: 490px; 
margin: 0;
padding: 0;
height: 13px;
}
ul.newsticker li {
display: block;
float: left;
margin: 0;
padding: 0;
white-space: nowrap;
height: 13px;
}
ul.newsticker li a {
white-space: nowrap;
padding: 0;
color: #D70701;
margin: 0 50px 0 0;
} 
ul.newsticker li span {
margin: 0 10px 0 0;
}