//Configuration de la zoombox pour tout le site

        jQuery(function($){
                $('a.zoombox').zoombox
                ({
                        theme       : 'lightbox',        //available themes : zoombox,lightbox, prettyphoto, darkprettyphoto, simple
                        opacity     : 0.8,              // Black overlay opacity
                        duration    : 800,              // Animation duration
                        animation   : true,             // Do we have to animate the box ?
                        width       : 600,              // Default width
                        height      : 400,              // Default height
                        gallery     : true,             // Allow gallery thumb view
                        autoplay : false                // Autoplay for video
                });
        });
