$(document).ready(function() {
	
	$(".tabs").tabs();
	$(".map").maphilight({
			fill: true,
			fillColor: 'FCCC00',
			fillOpacity: 0.2,
			stroke: true,
			strokeColor: 'ffffff',
			strokeOpacity: 1,
			strokeWidth: 1,
			fade: true,
			alwaysOn: false
			});
	

	
});


