﻿#M_CardView {
    text-align: center;
}

    #M_CardView .Image {
        position: absolute;
        top: 0px;
        left: 50%;
        margin-left: -320px;
        display: inline-block;
        text-align: center;
    }



    #M_CardView .ReturnButton {
        position: fixed;
        bottom: 0px;
        display: block;
        text-align: center;
        width: 640px;
        height: 85px;
        line-height: 85px;
        color: #fff;
        font-weight: bold;
        font-size: 35px;
        letter-spacing: 4px;
        background-color: #818080;
        z-index: 999;
    }


    #M_CardView .mask {
        position: relative;
        margin: 0 auto;
        width: 640px;
        height: 900px;
        cursor: pointer;
        z-index: 9;
    }


.jp-play {
    display: block;
    position: absolute;
    margin: -900px auto 0 auto;
    width: 640px;
    height: 900px;
    text-align: center;
    background-color: #CCCCCC;
    cursor: pointer;
    z-index: 9999;
}

#M_CardView .Title, #jp_container_1 .Title {
    position: absolute;
    top: 250px;
    left: 50%;
    margin: 0 auto 0 -220px;
    display: inline-block;
    text-align: center;
    color: #666;
    font-weight: bold;
    font-size: 55px;
    letter-spacing: 1px;
    z-index: 999;
}
