/* liScroll style declarations */
#news-ticker-container{
    visibility:hidden;
    width:990px;
    height:20px;
}
#news-ticker-container *{
    font: bold 11px arial,verdana;
}
#news-ticker-descr{
    width:210px;
    position:absolute;
    line-height:18px;
    color:#fff;
    padding:0 0 0 12px;
}
#news-ticker-roller{
    position:absolute;
    margin:0 0 0 200px;
}
.tickercontainer { /* the outer div with the black border */
border: 0px solid #000;
background: transparent; 
width: 748px; 
height: 27px; 
margin: 0; 
padding: 0
overflow: hidden; 

}
.tickercontainer .mask { /* that serves as a mask. so you get a sort of padding both left and right */
position: relative;
left: 10px;
top: 3px;
width: 760px;
overflow: hidden;
}
/*ul.newsticker, ul.newsticker li a {
    font: bold 11px arial,verdana;
}*/
ul.newsticker { /* that's your list */
position: relative;
left: 750px;
list-style-type: none;
margin: 0;
padding: 0;
text-transform:uppercase;
}
ul.newsticker li {
float: left; /* important: display inline gives incorrect results when you check for elem's width */
margin: 0;
padding: 0;
background: transparent;
}
ul.newsticker a {
white-space: nowrap;
padding: 0;
color: #ffffff;
font: bold 10px Verdana;
margin: 0 10px 0 0;
} 
ul.newsticker span {
margin: 0 10px 0 0;
color:#FFFF00;
} 
