/* liScroll styles */


.tickercontainer { 
background: #fff; 
position: absolute;
left: 20px;
top: 58px;
width: 600px; 
height: 18px; 
overflow: hidden; 
}


.tickercontainer .mask { /* that serves as a mask. so you get a sort of padding both left and right */
width: 600px;
height:20px;
overflow: hidden;
}



ul.newsticker { /* that's your list */
position: relative;
overflow:hidden;
font-size: 18px;
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;
background: #fff;
}


ul.newsticker a {
white-space: nowrap;
padding: 0;
color: #333333;
font-size: 20px;
margin: 0 20px 0 0;
} 

#score-ticker{
display:none;
}