﻿
#overlay{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:500%;
    z-index:90;   
    background-color:#000;
    -moz-opacity: 0.8;
    opacity:.80;
    filter: alpha(opacity=80);
    }
#overlay[id]{ /* IE6 and below Can't See This */
    position:fixed;
    }


.lightbox{
    width:690px; height:531px;
    background-image:url('/images/box.png');
    background-repeat:no-repeat;
	
    
}

#close{
    position:absolute;
    top:-20px;
    right:-20px;
    cursor:pointer;
   
}


