noscript {
	color: #B00;
	font-weight: bold;
	font-size: larger;
}
#ecw_rep_map {
	position: relative; 
	min-height:320px;
}
#ecw_rep_map.loading:after {
	content: " ";
	
	position: absolute;
	display: block;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
	
	background-color: rgba( 180,180,180, 0.5 );
	background-image: url('../images/ajax-loader.gif'); 
	background-position: center; 
	background-repeat: no-repeat;
}