.Dimension, #mapPreviewContainer, #mapPreviewLink, #mapFullscreenLink, #infoContainer, .mapNav, #mapHint, #preloader, .Float, .FloatMask {
	display: none;
}
#map {
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	
	_width: 100%;
}
#mapContainer {	
	position: absolute;
	top: 80px;
	left: 0;
	right: 0;
 	bottom: 0;	
	border: 1px solid #CCC; 
	
	_width: expression(map.offsetWidth  + 'px');
	_height: expression(map.offsetHeight + 'px');	
}

#mapArea {
	position: absolute;
	overflow: hidden;
	width: 100%;
	height: 100%;
	
	_top: 1px;
	_left: 1px;
	_width: expression(mapContainer.offsetWidth - 2 + 'px');
	_height: expression(mapContainer.offsetHeight - 2 + 'px');		
}
