.popup
{
    position:absolute;
    top:270px;
    left:50%;
    background:red;

    z-index:50;
    display:none;

    margin-left:-380px;
    width:760px;
}
.popup-inner
{
    margin:0 auto;
    text-align:center;
}

.popup-bg
{
    background:#000;
    opacity:0.7;
    position:fixed;
    width:100%;
    height:100%;
    top:0;
    left:0;
    z-index:49;
    display:none;
}


.popup .btn-close, .popup .btn-close-back
{
    position:absolute;
    top:-40px;
    right:0px;
    z-index:1;
    font-size:20px;
    color:#3074c4;
    font-family:Comic Sans MS;
    padding-right:24px;
    height:28px;
    line-height:28px;
    background:url("img/popup_close.png") no-repeat right top;
}
.popup .btn-close, .popup .btn-close-back:hover
{
    color:#D61D22;
    text-decoration:none;
    background-position:right bottom;
}


.game-overflow-wr
{
    width:100%;
    height:100%;
    overflow:hidden;
}

/* ### game */

/* g1 */
.popup.game1 .game-overflow-wr
{
    height:419px;
}

.popup.game1 object
{
    position:relative;
    top:-211px;
    left:-30px;
}

/* g2 */
.popup.game2 .game-overflow-wr
{
    height:396px;
}

.popup.game2 object
{
    position:relative;
    top:-180px;
    left:-22px;
}


/* g3 */
.popup.game3 .game-overflow-wr
{
    height:410px;
}

.popup.game3 object
{
    position:relative;
    top:-100px;
    left:-10px;
}

/* g3 */
.popup.game6 .game-overflow-wr
{
    height:420px;
}

.popup.game6 object
{
    position:relative;
    top:-222px;
    left:-25px;
}
