.tickercontainer {
    background: none repeat scroll 0 0 #fff;
    height: 50px;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
}
.tickercontainer .mask {
    left: 0px;
    overflow: hidden;
    position: relative;
    width: 100%;
}
ul.newsticker {
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: relative;
}
ul.newsticker li {
    background: none repeat scroll 0 0 #fff;
    float: left;
    margin: 0 10px 0 0;
    padding: 0;
}
ul.newsticker li a{text-transform:none; font-weight:normal; color:#0154ca; background:url(/view/images/icon/tinchay_ico.jpg) 0 center no-repeat; }
ul.newsticker span {
    margin: 0 10px 0 0;
}
