/* liScroll style declarations */

.tickercontainer { /* the outer div with the black border */
border-bottom: 2px solid #b1e3ef;
background: transparent; 
width: 645px; 
height: 25px; 
margin: 0; 
padding: 0;
overflow: hidden; 
margin-left:0px;
margin-bottom:15px;
}
.tickercontainer .mask { /* that serves as a mask. so you get a sort of padding both left and right */
position: relative;
left: 7px;
top: 8px;
width: 633px;
overflow: hidden;
}
ul#TickerTape { /* that's your list */
position: relative;
left: 600px;
font: bold 10px Arial;
list-style-type: circle;
margin: 0;
padding: 0;
color:Navy;
text-transform:uppercase;
}
ul#TickerTape li {
float: left; /* important: display inline gives incorrect results when you check for elem's width */
margin: 0;
padding: 0;
background: transparent;
}
ul#TickerTape a {
white-space: nowrap;
padding: 0;
color: Crimson;
font: bold 10px Arial;
margin: 0 40px 0 0;
} 
ul.newsticker span {
margin: 0 10px 0 0;
}