/* --- emLightBox --- */

* html, * html body {
	height: 100%; /* for IE strict mode*/
}

#emLightBox {
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../spinner.html) 50% 50% #000 no-repeat;
	z-index: 100;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
	display: none;
}


body>#emLightBox {
	top: 0;
	position: fixed;
}

#emLightBoxImage {
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	z-index: 1000;
	display: none;
	cursor: pointer;
	cursor: hand;
}

body>#emLightBoxImage {
	top: 0;
	position: fixed;
}

* html #emLightBox, * html #emLightBoxImage {
	bottom: 0px; /* for IE */
}

#emLightBoxImage div.title {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #000;
	padding: 0.25em 1em;
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

#emLightBoxImage div.title a {
	padding-left: 1em;
	color: #fff;
	display: block;
	float: right;
}

#emLightBoxText {
	float: left;
	color: #fff;
	font-weight: bold;
}

#emLightBoxImage div.title a.close {
}

a#emLightBoxMax {
}

* html body.emLightBox {
	overflow: hidden;
}

body.emLightBox #emLightBox, body.emLightBox #emLightBoxImage {
	display: block;
}
