/* liScroll styles */

.tickercontainer { /* the outer div with the black border */
width: 850px; 
height: 20px; 
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: -18px;
right: -10px;
top: 0px;
width: 905px;
overflow: hidden;
*left: 0px;
*width: 768px;
*height:27px;
}
ul.newsticker { /* that's your list */
position: relative;
left: 800px;
color:#8f8f8f;
height:10px;
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: 0px 80px 0px 0px;
width:800px;

 
}
ul.newsticker a {
 
padding: 0;
 
 
margin: 0 80px 0 0;
} 
ul.newsticker span {
margin: 0 10px 0 0;
} 