/*
 * Fonctions lancées au démarrage
 */

$(document).ready( function () {


    $(".wm-gallery a").lightBox({
        overlayBgColor: "#000",
        containerResizeSpeed: 350,
        txtImage: "",
        txtOf: "/"
    });

    $("a.wm-gallery").lightBox({
        overlayBgColor: "#000",
        containerResizeSpeed: 350,
        txtImage: "",
        txtOf: "/"
    });

});


