﻿/******** LightBox **********/
#lightBG {
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0.0;
	-moz-opacity: 0.4;
	-khtml-opacity: 0.4;
	filter: alpha(opacity=40);
	background: #000000;
}
#lightBOX {
	display: none;
	position: absolute;
	z-index: 100;
	border: none;
}
