﻿.tickercontainer { /* the outer div with the black border */
background: url(/static/futebol/img/bg-ticker.jpg) no-repeat; 
width: 862px; 
height: 25px; 
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: 30px;
top: 1px;
width: 800px;
overflow: hidden; }

ul.newsticker { /* that's your list */
position: relative;
left: 800px;
font: 10px Tahoma;
list-style-type: none;
margin: 0;
padding: 0;
color:#fcf126;
display:block; }

ul.newsticker li {
float: left; /* important: display inline gives incorrect results when you check for elem's width */
margin: 0;
padding: 0;

}

ul.newsticker span {
position:relative;
top:-5px;
font-size:12px;
margin:0 5px 0 5px;
color:#fcf126;
 } 

ul.newsticker label {
position:relative;
top:-5px;
font-size:10px;
margin-right:30px;
color:#fcf126;
 } 
