jQuery.noConflict();

jQuery(function() {
	jQuery("#zoomPlan").miniZoomPan({
			sW: 520,
			sH: 350,
			lW: 2600,
			lH: 1775
		})
});

