#ej_light_box {

    position: fixed;

    left: 0;

    top: 0;

    height: 100%;

    width: 100%;

    background: rgba(0,0,0,0.3);

    z-index: 99999999999999999999;

}


#ej_light_box_img_wrap img {

    width: 100%;

}

#ej_light_box_img_wrap {

    position:absolute;

    width: 80%;

    left: 10%;

    top: 20%;

    box-shadow: 0px 0px 0px 5px #ddd;

}

#ej_light_box_close {

    position: absolute;

    right: -15px;

    top: -15px;

    width: 30px;

    height: 30px;

    background: url(/static/images/button_cancel.png) no-repeat center center #ddd;

    background-size: 90%;

    border-radius: 10px;

    cursor: pointer;

}

