.uiLocker {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1100;
	opacity: 0;
	filter:alpha(opacity=0);
	width: 100%;
	height: 100%;
	color: white;
	background-color: black;
}