$(document).ready( function() {
  // Add lightbox to images
  $('.album a').lightBox();
}); 

