/* liScroll styles */

.tickercontainer {
    width: 100%;
    height: 30px;
    padding-top: 2px;
    overflow: hidden;
    margin: 0;
}

.tickercontainer .mask {
    position: relative;
    top: 0;
    left: 10px;
    width: 100%;
    height: 20px;
    overflow: hidden;
    margin-top: 4px;
}

ul.newsticker {
    position: relative;
    left: 750px;
    font: bold 10px Verdana, sans-serif;
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.newsticker li {
    float: left;
    margin: 0;
    padding: 0;
}

ul.newsticker a {
    color: #fff;
    white-space: nowrap;
    margin-right: 50px;
    padding: 0;
}

ul.newsticker a:hover {
    text-decoration: underline;
}

ul.newsticker span {
    margin-right: 10px;
}

ul.newsticker a > img {
    width: 25px;
    height: 20px;
    margin-right: 5px;
}