/* liScroll styles */

.tickeroverlay-left{
    display:block;
    pointer-events:none;
    position:absolute;
    z-index:30;
    height:12px;
    width:150px;
    top:0;
    left:-2px;
}

.tickeroverlay-right{
    display:block;
    pointer-events:none;
    position:absolute;
    z-index:30;
    height:12px;
    width:150px;
    top:0;
    right:-2px;
}
.tickercontainer { 
    margin: 0; 
    padding-bottom: 7px;
    overflow: hidden; 
}
.tickercontainer .mask { 
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    top: 2px;
    height: 20px;
    overflow: hidden;
}
ul.newsticker { 
    -webkit-transition: all 0s linear;
    -moz-transition: all 0s linear;
    -o-transition: all 0s linear;
    transition: all 0s linear;
    position: relative;
    margin-left: 20px;
    list-style-type: none;
    margin: 0;
    padding: 0;

}
ul.newsticker li {
    float: left;
    margin: 0;
    padding-right: 15px;
}
ul.newsticker a {
    white-space: nowrap;
    padding: 0px;
    color: white;
    margin: 0 50px 0 0;
    display: block;

} 
ul.newsticker span {
    margin: 0 10px 0 0;
} 

#webticker2{
    float:right;
}

#webticker2 li {
    float: right; 
    margin: 0;
    padding-left: 15px;
}