/* liScroll styles */

.tickercontainer { /* the outer div with the black border */

 
width: 863px; 
height: 40px; 
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;

top: -2px;
width: 863px;
overflow: hidden;
height:40px;
}
ul.newsticker { /* that's your list */
position: relative;
right: 750px;
font-family:Times New Roman (Arabic);
font-size:16px;
list-style-type: none;
margin: 0;
padding: 0;
height:40px;
}
ul.newsticker li {
float: right; /* important: display inline gives incorrect results when you check for elem's width */
margin: 0;
padding: 0;
height:40px;

}
ul.newsticker a {
white-space: nowrap;
padding: 0;

font: bold 14px Verdana;
margin: 0 50px 0 0;
} 
ul.newsticker span {
margin: 0 0px 0 0;
} 