.tickercontainer { /* the outer div with the black border */
width: 753px; 
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: 0px;
top: 0px;
width: 753px;
overflow: hidden;
}
#newsflash_news_ticker { /* that's your list */
position: relative;
left: 730px;
list-style-type: none;
margin: 0;
padding: 0;
overflow: hidden;
}
#newsflash_news_ticker li {
float: left; /* important: display inline gives incorrect results when you check for elem's width */
margin: 0;
padding: 0;
color: #ffffff;
}
#results_value_ticker_nfl { /* that's your list */
position: relative;
left: 730px;
list-style-type: none;
margin: 0;
padding: 0;
overflow: hidden;
}
#results_value_ticker_nfl li {
float: left; /* important: display inline gives incorrect results when you check for elem's width */
margin: 0;
padding: 0;
color: #ffffff;
}
#results_value_ticker_mafl { /* that's your list */
position: relative;
left: 730px;
list-style-type: none;
margin: 0;
padding: 0;
overflow: hidden;
}
#results_value_ticker_mafl li {
float: left; /* important: display inline gives incorrect results when you check for elem's width */
margin: 0;
padding: 0;
color: #ffffff;
}