$(function() {
	$('.map').maphilight({
		fill: true,
		fillColor: '000000',
		fillOpacity: 0.2,
		stroke: false,
		strokeColor: 'ffffff',
		strokeOpacity: 0.2,
		strokeWidth: 1,
		fade: true,
		alwaysOn: false,
		neverOn: false,
		groupBy: false
	});
});
