/* liScroll styles */

.tickercontainer { /* the outer div with the black border */
background: url(../images/ann-bg.png) left no-repeat; 
width: 838px;
height: 19px;
overflow: hidden; 
color:#fff;
border-bottom:1px solid #bb1e51;
}
.tickercontainer .mask { /* that serves as a mask. so you get a sort of padding both left and right */
position: relative;
left: 142px;
top: 0px;
width: 696px;
height:19px;
overflow: hidden;
background: url(../images/ann-bg2.png) repeat-x;
}
ul.newsticker { /* that's your list */
position: relative;
left: 100%;
font-family:arial;
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 20px;
padding: 0;
color:#000;
font-size:12px;
line-height:19px;
}
ul.newsticker a {
padding: 0;
color: #000 !important;
} 
ul.newsticker span {
margin: 0 10px 0 0;
} 