/* liScroll styles */

.tickercontainer { /* the outer div with the black border */
padding: 0;
background:url("../img/ticker940x35.gif") repeat-x scroll 0 0 transparent;
height:35px;
margin:7px 0 3px;
overflow:hidden;
position:relative;
width:940px;
}
.tickercontainer .mask { /* that serves as a mask. so you get a sort of padding both left and right */
color:#444;

font-size:18px;
_font-size:17px;
font-weight:normal;
left:0;
line-height:19px;
margin-left:55px;
overflow:hidden;
padding:9px 0 7px;
position:relative;
top:0;
width:685px;
}
ul.newsticker { /* that's your list */
position: relative;
left: 750px;
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 0 15px;;
padding: 0;
display:block;
height:18px;
}

ul.newsticker a, ul.newsticker a:hover {
color:#444444;
font-size:97%;
font-style:italic;
font-weight:normal;
margin:0 40px 0 0;
padding:0;
}

ul.newsticker span {
margin: 0 10px 0 0;
} 

/*formattazione videolina*/
