// JavaScript Document
// lightbox ready
  jQuery(document).ready(function(){
    jQuery('.lightbox').lightbox();
  });
