$.fn.maphilight.defaults = {
	fill: true,
	fillColor: '4ad7d1',
	fillOpacity: 0.3,
	stroke: false,
	strokeColor: '000000',
	strokeOpacity: 0.2,
	strokeWidth: 1,
	fade: true,
	alwaysOn: false
}
$(function() {
		$('.map').maphilight();
	});
