#uls_overlay_ajax_loading {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99999;
	display: none;
	width: 100%;
	height: 100%;
	background: white url("../images/ajax-loading.gif") center center no-repeat;
	opacity: 0.5;
}