 /* liScroll styles */

.js-games-slider .tickercontainer { /* the outer div with the black border */
width: 948px; 
height: 27px; 
margin: 0; 
padding: 0;
overflow: hidden; 
}
.js-games-slider .tickercontainer .mask { /* that serves as a mask. so you get a sort of padding both left and right */
position: relative;
left: 10px;
top: 8px;
width: 948px;
overflow: hidden;
}
.js-games-slider ul.newsticker { /* that's your list */
position: relative;
left: 948px;
font: bold 10px Verdana;
list-style-type: none;
margin: 0;
padding: 0;

}
.js-games-slider ul.newsticker li {
float: left; /* important: display inline gives incorrect results when you check for elem's width */
margin: 0;
padding: 0;
}
.js-games-slider .tickercontainer {height: 30px;padding-right: 0;}
.js-games-slider .ne-jackpot-slider-ul {margin-bottom: 40px;}
.js-games-slider .tickercontainer .mask {left: 0;top: 0;}
.js-games-slider .tickercontainer ul.newsticker {position: relative; margin-bottom: 0;}
.ne-jackpot-slider-game, .ne-winner-slider-game {float: left; cursor: pointer;}
.ne-jackpot-slider-game-name, .ne-winner-slider-game-winner {color: #ffd502; float: left; line-height: 30px; margin-left: 30px; font-size: 14px; padding-left: 20px; background-image: url('img/star.png'); background-position: center left; background-repeat: no-repeat;}
.ne-jackpot-slider-label, .ne-winner-slider-game-name{float: left; line-height: 30px; font-size: 14px; width: auto; margin-left: 5px; text-align: right; margin-right: 5px;}
.ne-jackpot-slider-game-value, .ne-winners-slider-game-value {color: #F00; text-align: left; float: left; line-height: 30px;margin-right: 10px; font-size: 14px;}

