#LoadingMeterOuetr{
    width:80%;
    position: absolute;
    left: 10%;
    top: 0px;
    height: 10px;
    margin: 0 auto;
    border: 3px solid #FFF;
    background: #CCC;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    text-align: center;
    overflow: hidden;
}
#LoadingMeter{
    width: 0;
    height: 10px;
    /* background: linear-gradient(to bottom, #05FBFF, #1E00FF); */
    animation: LoadingAnime1 1s linear 0s infinite alternate;
}
@keyframes LoadingAnime1 {
    0% {background: #1E00FF;}
    100% {background: #05FBFF;}
}
#LoadingMeterText{
    color: #FFF;
    font-size: 10px;
    line-height: 10px;
    font-weight: bold;
    margin:-10px auto 0;
}
#RectangleClose{
    background:url(../../img/adClose.gif) no-repeat;
    z-index: 9999;
}
#BannerClose{
    background:url(../../img/adClose.gif) no-repeat;
    z-index: 9999;
}