
.bodyMap { display: none !important; }

.JavaScriptEnabled .bodyMap { position: relative; display: block !important; z-index: 30; }
.bodyMap img { border: 0; }
.bodyMap img.imageMapped { position:absolute; top: 0; left: 0; z-index: 50; }
.bodyMap .selectedAreas img { position: absolute; z-index: 40; }
.bodyMap .selectedAreas img.area-0 { left:  0px; top: 0px; }
.bodyMap .selectedAreas img.area-1 { left: 44px; top:   5px; }
.bodyMap .selectedAreas img.area-2 { left: 31px; top:  39px; }
.bodyMap .selectedAreas img.area-3 { left:  3px; top:  44px; }
.bodyMap .selectedAreas img.area-4 { left: 30px; top: 115px; }
.bodyMap .hoveredAreas img { position: absolute; z-index: 40; }
.bodyMap .hoveredAreas img.area-1 { left: 44px; top: 5px; }
.bodyMap .hoveredAreas img.area-2 { left: 31px; top: 39px; }
.bodyMap .hoveredAreas img.area-3 { left:  3px; top: 44px; }
.bodyMap .hoveredAreas img.area-4 { left: 30px; top: 115px; }

.JavaScriptEnabled .hidden { display: none !important; }
