/* Loading animation overlay */
div#loader {
	position: absolute;
	width: 0;
	height: 0;
	display: none;
	z-index: 500;
	background: url('loading.gif') center center no-repeat #FFFFFF;
	opacity: 0.6;
	filter:alpha(opacity=60);
}