/* liScroll styles */

.tickercontainer{
    width:100%;
    height:34px;
    margin:0;
    padding:0;
    overflow:hidden;
}

.tickercontainer .mask{
    position:relative;
    left:0;
    top:8px;
    width:100%;
    overflow:hidden;
}

ul.newsticker{
    position:relative;
    left:100%;
    list-style:none;
    margin:0;
    padding:0;
    font:bold 13px Arial;
    color:#3E4A57;
}
ul.newsticker li{
    float:left;
    margin-right:70px;
    padding:0;
    line-height:18px;
}

ul.newsticker a{
    white-space:nowrap;
    color:#5D9DC1;
    text-decoration:none;
    font:bold 13px Arial;
}

ul.newsticker span {
    margin:0;
}
