div.marquee {
    background: url("../images/boks.png") repeat scroll 0 0 transparent;
    font-family: "Open Sans" !important;
    height: 22px;
    margin-bottom: 0px;
    margin-left: 14px;
    padding-top: 8px;
    width: 732px;
    color: #1A93C3;
}

div.marquee_sg {
    background: url("../images/boks.png") repeat scroll 0 0 transparent;
    font-family: "Open Sans" !important;
    height: 22px;
    margin-bottom: 0px;
    margin-left: 35px;
    padding-top: 8px;
    width: 980px;
    margin-top:-25px;
    margin-bottom:25px;
    color: #1A93C3;
}

ul.marquee{
    display:block;
    padding:0;
    margin:0;
    list-style:none;
    line-height:1;
    position:relative;
    overflow:hidden;
    width:97%;
    height:22px;
    margin-left:10px;
    margin-right:10px;
    color: #EC5C00;
}

ul.marquee_sg{
    display:block;
    padding:0;
    margin:0;
    list-style:none;
    line-height:1;
    position:relative;
    overflow:hidden;
    width:98%;
    height:22px;
    margin-left:10px;
    margin-right:10px;
    color: #EC5C00;

}
ul.marquee li{
    position:absolute;
    top:-999em;
    left:10px;
    display:inline-block;
    white-space:nowrap;
    font-family: "Open Sans" !important;
    padding:3px 5px;
    width:1000px;
    text-align:center;
}
ul.marquee_sg li{
    position:absolute;
    top:-999em;
    left:10px;
    display:block;
    white-space:nowrap;
    font-family: "Open Sans" !important;
    width:980px;
    padding:3px 5px;
    text-align:center;
}