jQuery(function($) {
    $(".productGallery .photoAlbumEntry a").prepOverlay({
        subtype: 'image',
        urlmatch: '/image_view_fullscreen$',
        urlreplace: '/image_preview',
    });
});
