#ajaxLoader-loading{
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 1100;
	display: none;
	background: url('loader.gif') no-repeat center black;
	opacity: 0.6;
	-moz-opacity:0.60;
	filter: alpha(opacity=60);
}
