jQuery.noConflict();
(function($){  
    
$('table#first a').imgPreview({
    imgCSS: { 
        height: 300 }
});
})(jQuery);
