#toplayer{
	position:absolute;
	display:none;
	top:0px;
	left:0px;
	z-index:900;
	overflow:hidden;
	width:1px;
	height:1px;
	
}

.toplayerBackground{
	position:absolute;
	display:none;
	top:0px;
	left:0px;
	z-index:100;
	width:1px;
	height:1px;
	background:#363636;
	filter:alpha(opacity=70);
	-moz-opacity:0.70;
	opacity:0.70;
}


.ajax_loader{
	position:fixed;
	top:0px;
	left:0px;
	background:transparent  url(../img/ajax-loader.gif)  no-repeat center center;
	z-index:999;
	width:100%;
	height:100%;
	display:none;
}

*html .ajax_loader{
	position: absolute;
	width: expression(document.documentElement.clientWidth + 'px');
	height: expression(document.documentElement.clientHeight + 'px');
	top: expression(
	    offset = 0 + parseInt(document.body.currentStyle.paddingTop) + parseInt(document.body.currentStyle.marginTop),
	    document.documentElement.scrollTop + offset + 'px'
	);

}

