.newsticker {
    color: #878788;
    cursor: default;
    /*font-family: verdana;*/
    line-height: 30px;
    padding: 0 10px 0 10px;
    height: 30px;
    position: relative;
    overflow: hidden;
    top: 10px;
}

.newsticker>.newsticker-list>.newsticker-item>a>span {
    padding: 5px;
    border-radius: 5px;
    background: #ad2223 24px 24px no-repeat padding-box;
    color: white;
    position: relative;
    margin-right: 10px;
}

.newsticker .newsticker-list {
    position: absolute;
}

.newsticker .newsticker-list .newsticker-item {
    height: 30px;
    overflow: hidden;
    white-space: nowrap;
}