#overlay{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:5000px;
    z-index:90;   
    background-color:#1C1C1C;
    -moz-opacity: 0.8;
    opacity:.40;
    filter: alpha(opacity=60);
    }
#overlay[id]{ /* IE6 and below Can't See This */
    position:fixed;
    }


.lightbox{
    width:auto;
    height:auto;
    background:#FFFFFF;
    padding:10px;
    border:0px solid #DCDCDC;
}

