
$(document).ready(function() {

    $('.small-clickable-map').maphilight({
     stroke: false,
     fillOpacity: 0.4,
     fillColor: 'DDFEE7',
     groupBy: 'HREF'
   });
	
	// select #flowplanes and make it scrollable. use circular and navigator plugins
	$("#flowpanes").scrollable({circular: true, speed: 900, swing: 'linear'}).autoscroll({
		autoplay: true,
		interval: 8000,
		autopause: true
		
		}).navigator();
});


