.internal-interstitial.jqmWindow {
    display: none;
    left: 50%;
    top: 50%;
    margin-left: -400px;
    margin-top: -300px;
    position: fixed;
    width: 800px;
}

.internal-interstitial .jqmClose.fancy {
    background: none repeat scroll 0 0 #000;
    border: 3px solid #fff;
    border-radius: 15px;
    color: #fff;
    cursor: pointer;
    float: none;
    font-weight: bold;
    height: 20px;
    line-height: 20px;
    position: absolute;
    right: -10px;
    text-align: center;
    text-indent: 0;
    top: -10px;
    width: 20px;
}

.jqmOverlay {
    background-color: #000;
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.jqmWindow, .jqmOverlay {
    z-index: 9999 !important;
}