// JavaScript Document
jQuery.noConflict();

jQuery(function() {
jQuery("#zoom01").miniZoomPan({
sW: 422,
sH: 150,
lW: 1600,
lH: 570
})
});

