/* CSS Document */

.tickercontainer { /* the outer div with the black border */
border: 0px solid #000;
background-image:url(../images/newsticker_bak.gif);
width:959px;
height: 29px  !important; 
margin: 0; 
padding: 0;
}

.ticketheader { float:left; overflow: hidden; margin:-4px 0px 0px 15px; height:38px; }
.ticketheader h3 { font-size:18px;}

.tickercontainer .mask { /* that serves as a mask. so you get a sort of padding both left and right */
position: relative;
left: 150px;
top: 8px; width:790px;
overflow: hidden;
}
ul.newsticker { /* that's your list */
position: relative;
left: 100%;
font-family:Arial, Helvetica, sans-serif; 
font-weight:bold;
font-size:12px;
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;
}
ul.newsticker a {
white-space: nowrap;
padding: 0;
color:#fff;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
margin: 0 50px 0 0;
} 
ul.newsticker span {
margin: 0 10px 0 0;
}