//**********************
// jquery: maphilighting
//**********************
$(function() {
		$('.hilight').maphilight(
											 
				$.fn.maphilight.defaults = {
				fill: true,
				fillColor: '000000',
				fillOpacity: 0.2,
				stroke: true,
				strokeColor: '00aeff',
				strokeOpacity: 1,
				strokeWidth: 1,
				fade: true,
				alwaysOn: false
				}							 
											 
		 );
});
//**********************
// jquery: maphilighting
//**********************


