$(document).ready(function() {
  
  $('a.thumb').lightBox();
  
});