#fade {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index: 1001;
    -moz-opacity: 0.8;
    opacity: 0.8;
    filter: alpha(opacity=80);
}

#lightbox {
    color: #FFF;
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 80%;
    margin-left: -300px;
    margin-top: -25%;
    border: 8px solid #000;
    background: #000;
    z-index: 1002;
    overflow: visible;
}
