// Initialize light box

 $(function() {
        $('a.lightbox').lightBox();
    });