/* liScroll styles */

.tickercontainer
{
    background: transparent;
    overflow: hidden;
    height:20px;
}
.tickercontainer .mask
{
    position: relative;
    /*width: 480px;*/
    width: 988px;
    overflow: hidden;
}
ul.newsticker
{
    position: relative;
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: left;
}
ul.newsticker li
{
    float: left;
    background: transparent;
    color: #fff;
    font-size: 18px;
    margin-left: 100px;
    font-style: italic;
    white-space: nowrap;
}

