/* liScroll styles */

.tickercontainer { /* the outer div with the black border */
background: #fff; 
width: 276px; 
height: 18px; 
margin: 7px 6px 5px 6px; 
padding: 6px;
overflow: hidden; 
/* ▼角丸 */
-moz-border-radius:5px;    /* Firefox */
-webkit-border-radius:5px; /* Safari,Chrome */
border-radius:5px;         /* CSS3 */
}


.tickercontainer .mask { /* that serves as a mask. so you get a sort of padding both left and right */
position: relative;
/* left: 6px;
top: 7px; */ 
width: 276px;
height:18px;
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: 18px;
margin: 0 20px 0 0;
} 

#score-ticker{
display:none;
}
