html, body {
height: 100%;
}

.LB-black-overlay { 
	    display: none; 
	    position: absolute; 
	    top: 0; 
	    left: 0; 
	    width: 100%; 
	    height: 1800px; 
	    background-color: #000; 
	    min-height: 100%;
	    z-index:1001; 
	    -moz-opacity: 0.8; 
	    opacity:.60; 
	    filter: alpha(opacity=60); 
} 
	 
.LB-white-content { 
    display: none; 
    position: absolute; 
    width: 50%; 
    height: 200px; 
    padding: 20px; 
    margin: 20% 25%; 
    border: 1px solid #666; 
    background-color: #fff; 
    z-index:1002; 
} 


.LB-credits { 
    display: none; 
    position: absolute; 
    width: 502px; 
    height: 600px; 
    padding: 0px; 
    margin: 0% 15%; 
    border: 1px solid #000; 
    background-color: #fff; 
    z-index:1002; 
} 
.lightbox_border_top { 
    position: absolute; 
    top: -8px; 
    width: 502px; 
    height: 18px; 
    padding: 0px; 
    background: url(/lightbox/border.gif) 0 0; 
} 
.lightbox_border_bottom { 
    position: absolute; 
    top: 598px; 
    width: 502px; 
    height: 18px; 
    padding: 0px; 
    background: url(/lightbox/border.gif) 0 0; 
} 
.lightbox a#close { 
    height: 30px; 
    width: 30px; 
    position: absolute; 
    top: 12px; 
    left: 470px; 
    background: url(/lightbox/close2.png) 0 0; 
} 

.lightbox a#close:hover { 
    background: url(/lightbox/close2.png) 0 -30px; 
}  




.LB-building { 
    display: none; 
    position: absolute;
    left: 180px;
    width: 670px; 
    padding: 0px; 
    margin: 0% 0%; 
    border: 1px solid #000; 
    background-color: #fff; 
    z-index:1002; 
} 
.lightbox_building_border_top { 
    position: absolute; 
    top: -8px; 
    width: 670px; 
    height: 18px; 
    padding: 0px; 
    background: url(/lightbox/border.gif) 0 0; 
} 
.lightbox_building_border_bottom { 
    position: absolute; 
    top: 98%px; 
    width: 670px; 
    height: 18px; 
    padding: 0px; 
    background: url(/lightbox/border.gif) 0 0; 
} 

.lightbox_building a#close { 
    height: 30px; 
    width: 30px; 
    position: absolute; 
    top: 12px; 
    left: 640px; 
    background: url(/lightbox/close2.png) 0 0; 
} 

.lightbox_building a#close:hover { 
    background: url(/lightbox/close2.png) 0 -30px; 
}  

