
div#overlay {
	background-color: #000000;
	position: fixed;
	display: none;
	left: 0;
	top:0;
	width:100%;
	height: 100%;
	z-index: 5000;
}

body.productcompare div#overlay {
	_top: -14px;
}

div#lightBox {
	left: 0;
	height: auto;
	position: absolute;	
	top: 0;	
	width: auto;
	z-index: 9999;	
}


div#lightBox div.lightBoxShadow {
	background-color: #7E7E80;
	z-index: -1;
	left: 4px;
	top: 4px;
	bottom: 0px;
	right: -4px;
	position: absolute;
	filter: alpha(opacity=75);
	opacity: 0.75;
}

