/* movie lightbox */

#moviewrapper {
    position:absolute;

    left:0px;

    top:0px;

    width:100%;

    height:100%;

    z-index:100;

}



#moviebg {

    position:fixed;

    margin-top:0px;

    margin-bottom:0px;

    margin-right:0px;

    margin-left:0px;

    left:0px;

    top:0px;

    width:100%;

    height:100%;

    z-index:150;

    background: url(/img/pc/common/bg_overlay.png) repeat;

}


#popmovie {

    position:fixed;

    width: 640;

    height: 360;

    opacity: 0;

    -moz-opacity: 0;

    filter: alpha(opacity=0);

    z-index: 200;

}



#btn_close {

    width: 65px;

    height: 21px;

    position: absolute;

    background: url(/img/pc/common/btn_close_mv.png) no-repeat left top;

    right: 0px;

    top: 0px;

    z-index 250;

}



#btn_close:hover {

    cursor: pointer;

}

.banner {

    width:240px;

    vertical-align:top;

    padding:0;

    margin:20px 0;
    text-align:center;
    }
