﻿#lcOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
	filter: alpha(opacity=80);
	opacity: 0.8
}

#lcCenter{
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #fff;
}
