/* Equipe */

ul#scroll{list-style:none;}
ul#scroll li{background:none; background-image:none;}


/* === jquery.li-scroller === */

.tickercontainer { /* the outer div with the black border */
width: 570px; 
height: 72px; 
margin: 0; 
padding: 0;
text-align:left;
overflow: hidden; 
}
.tickercontainer .mask { /* that serves as a mask. so you get a sort of padding both left and right */
position: relative;
left: 0;
top: 0;
width: 570px;
overflow: hidden;
}
ul.newsticker { /* that's your list */
position: relative;
left: 570px;
list-style-type: none;
margin: 0;
padding: 0;
width:auto;
}
ul.newsticker li {
float: left; 
margin: 0;
padding: 0;
width:1770px; white-space:nowrap;
}