
.ads {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    /*    background-color: #aaa;*/
}

.adInfoContent {
    position: absolute;
    background-color: #000;
    height: 30px;
    opacity: 0.75;
    filter: alpha(opacity=50);
    width: 100%;
    display: none;
}

.adInfo {
    color: #fff;
    font-size: 14px;
    padding: 5px;
    margin: 0;
}

.adPlayButton{
    width: 120px;
    height: 60px;
    cursor: pointer;
    border: none;
    padding: 0px;
    background: #000;
    filter: alpha(opacity=80);
    opacity: 0.80;
    border-radius: 10px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.closeAds{

    background-image: url("../img/controls/close_ads.png");
    background-repeat: no-repeat;
    position: absolute;
    top: -8px;
    left: -8px;
    width: 30px;
    height: 30px;
    cursor: pointer;
}