/* liScroll styles */

.tickercontainer { /* the outer div with the black border */
border: 0px solid #000;
background: #fff; 
width: 100%; 
height: 27px; 
margin: 0; 
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: 8px;
width: 100%; 
overflow: hidden;
}
#ticker01{white-space:nowrap;}
ul.newsticker { /* that's your list */
position: relative!important;
width: 100%!important;
left: 1170px;

list-style-type: none!important;
margin: 0!important;
padding: 0!important;

}
ul.newsticker li {
display:inline; /* important: display inline gives incorrect results when you check for elem's width */
margin: 0!important;
padding: 0!important;
background: #fff!important;
}
ul.newsticker a {
white-space: nowrap!important;
padding: 0!important;
color: #0f1e34;

margin: 0 50px 0 0!important;
} 
ul.newsticker span {
margin: 0 10px 0 0!important;
} 