/* liScroll style declarations */

#tickerdiv {
    display: block;
    float: left;
    height: 27px;
    padding: 0px;
    margin: -32px 0 0 97px;
    }

.tickercontainer { /* the outer div */
background: transparent url(../images/header_bg_ticker.gif) left no-repeat;
width: 513px;
height: 27px; 
margin: 7px 0 0 10px; 
padding: 0;
overflow: hidden;
}
.tickercontainer .mask { /* that serves as a mask. so you get a sort of padding both left and right */
position: relative;
left: 10px;
top: 6px;
width: 503px;
overflow: hidden;
}
ul.newsticker { /* that's your list */
position: relative;
left: 503px;
font: bold 10px Verdana;
list-style-type: none;
margin: 0;
padding: 0;
}
ul.newsticker li {
float: left; /* important: display inline gives incorrect results when you check for elem's width */
margin: 0;
padding: 0;
}
ul.newsticker a {
white-space: nowrap;
padding: 0;
color: #999;
font: normal 10px Verdana;
margin: 0 50px 0 0;
}
ul.newsticker a:hover {
color: #008bd6;
}
ul.newsticker span {
margin: 0 10px 0 0;
}