/* liScroll styles */

.tickercontainer { /* the outer div with the black border */
    border: 1px solid #ccc;
    background: none repeat scroll 0% 0% #efefef;
    width: 99.5%;
    height:35px;
    margin: 05px 0px;
    padding: 0px;
    overflow: hidden;
    border-right: 0px;
    border-radius: 05px 0px 0px 05px;
}


    .tickercontainer img {
        vertical-align:middle;
    }


.tickercontainer .mask { /* that serves as a mask. so you get a sort of padding both left and right */
position: relative;
left: 10px;
top: 10px;
width: 96%;
overflow: hidden;
}
ul.newsticker { /* that's your list */
position: relative;
left: 1024px;
font: bold 14px arial;
color:#000;
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;
background: #efefef;

}
ul.newsticker a {
white-space: nowrap;
padding: 0;
color: red ;
font: 12px Verdana;
margin: 0 50px 0 0;
} 
ul.newsticker span {
margin: 0 10px 0 0;
} 