
jQuery(document).ready(function() {

	jQuery("#info-target-1").ezpz_tooltip({
		contentPosition: 'belowStatic',
		stayOnContent: true,
		offset: 0
	});
	

	jQuery("#info-target-2").ezpz_tooltip({
		contentPosition: 'belowStatic',
		stayOnContent: true,
		offset: 0
	});
	jQuery("#info-target-3").ezpz_tooltip({
		contentPosition: 'belowStatic',
		stayOnContent: true,
		offset: 0
	});

});

