



$(document).ready(function() {
    if ($('.thickbox').length) {
    $('.thickbox').lightBox();
  };
});
