 /* These rules are for <add your description here> */

 .hoverMap#Features .mapLink {border: 2px solid #3C5EFE;}
 .hoverMap#Features .mapLink.disableStuff {border: none; animation: none;}
 .hoverMap#Features:hover .mapLink {border: 2px solid #3C5EFE;}
 .hoverMap#Features:hover .mapLink {cursor: pointer;}
 
 #Features_1 { width: 98px; height: 37px; top: 192px; left: 18px; }
 #Features_2 { width: 96px; height: 37px; top: 192px; left: 118px; }
 #Features_3 { width: 90px; height: 37px; top: 192px; left: 216px; }
 #Features_4 { width: 98px; height: 37px; top: 235px; left: 18px; }
 #Features_5 { width: 96px; height: 37px; top: 235px; left: 118px; }
 #Features_6 { width: 90px; height: 37px; top: 235px; left: 216px; }
 #Features_7 { width: 98px; height: 37px; top: 331px; left: 18px; }
 #Features_8 { width: 96px; height: 37px; top: 331px; left: 118px; }
 #Features_9 { width: 90px; height: 37px; top: 331px; left: 216px; }
 #Features_10 { width: 98px; height: 37px; top: 374px; left: 18px; }
 #Features_11 { width: 96px; height: 37px; top: 374px; left: 118px; }
 #Features_12 { width: 90px; height: 37px; top: 374px; left: 216px; }
 #Features_13 { width: 98px; height: 37px; top: 459px; left: 18px; }
 #Features_14 { width: 96px; height: 37px; top: 459px; left: 118px; }
 #Features_15 { width: 90px; height: 37px; top: 459px; left: 216px; }

 .overlay {
    background:rgba(0, 0, 0, .45);
    opacity:0;
    -webkit-transition: opacity .25s ease-in-out;
    transition: opacity .25s ease-in-out; 
    position: absolute;
    top: 82px;
    left: 18px;
    right: 0;
	bottom: 0;
	width: 288px;
    height: 506px; 
}