////////////////// Lightboxu ///////////////////////////
  
$(document).ready(function() {
  $('body a.lightbox').lightBox();  
});  