#hotWPLightBoxBg {
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:#000;
    opacity:0;
    filter: alpha(opacity = 0);
    z-index:-9998;
    cursor:pointer;
}

#hotWPLightBox {
    position:fixed;
    left:0;
    top:50%;
    z-index:-9999;
    opacity:0;
    filter: alpha(opacity = 0);
}

#hotWPLightBoxClose {
    background: url("../images/hotWPLightBoxClose.png") no-repeat scroll 0 0 transparent;
    position:absolute;
    right: -20px;
    top: -11px;
    width:20px;
    height:20px;
    cursor:pointer;
}