#map_window {
	overflow: hidden;
	background-color: #ffffff;
	cursor: move;
}
#map_window img {
	position: absolute;
}
#map_window #loading {
	background-color: #333333;
	width: 100%;
	height: 100%;
	opacity: 0.3;
	-moz-opacity: 0.3;
	filter: alpha(opacity=30);
	text-align: center;
}
#map_window #loading img {
	position: static;
	margin-top: 20%;
}
/*
 *The width and height of map_window, map_control, and the various zoom images should be assigned
 *with inline styles to help some browsers, like Safari, calculate dimensions correctly.
 */