#lightbox-shadow { position: fixed;	top: 0; left: 0; width: 100%;	height: 100%; background: #000; filter: alpha(opacity=75); -moz-opacity: 0.75; -khtml-opacity: 0.75;	opacity: 0.75; z-index: 1000;	display: none; }	
#lightbox {	position: fixed; top: 0; left: 50%;	width: auto; background: #fff; z-index: 1001;	display: none; padding: 10px; }
#lightbox-close {	height: 30px; width: 30px; position: absolute; right: -15px; top: -15px; background: url(GBLightBoxClose.png); cursor: pointer; }
