.mooquee {
    position: absolute;
    overflow: hidden;
    white-space: nowrap;
    margin-top: 3px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
}

* html .mooquee {
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    margin-top: 3px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
}

*+html .mooquee {
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    margin-top: 3px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
}

.mooquee-text {
    position: absolute;
    font-weight: bold;
    color: #FFF;
}

.layer_one {
    z-index: 10000;
}

.layer_two {
    z-index: 50000;
}

.layer_one,.layer_two {
    position: absolute;
    width: 100%;
    height: 15px;
    line-height: 15px;
    font-family: arial, helvetica, sans-serif;
    font-size: 12px;
    /*color: #ff6600;*/
    color: #e4fe04;
    font-weight: bold;
    font-variant: normal;
    text-transform: none;
    letter-spacing: 0px;
    border: none 1px #FFFFFF;
    background-color: #none;
}

.layer_one a:link,.layer_one a:active,.layer_one a:visited,.layer_two a:link,.layer_two a:active,.layer_two a:visited
    {
    /*color: #ff6600;*/
    color:#e4fe04;
    text-decoration: none;
}

.layer_one a:hover,.layer_two a:hover {
    /*color: #990000;*/
    color:#e4fe04;
    text-decoration: none;
}

.smtclr {
    clear: both;
    margin-top: 0;
}
