﻿.loader{
	display:none;
	position:fixed;
	top:0;
	right:0;
	width:100%;
	height:100%;
	background:url('../images/loading.gif') no-repeat center center, rgba(0,0,0,.5);
	z-index:4;
}
