jQuery(function($) {
if($('#imgpreview').length > 0){
  $('ul#imgpreview a').imgPreview({
    imgCSS: { 
      width: 300 
    }
  });
  }
})

