﻿jQuery(document).ready(function() {
 jQuery('#Gallery a').lightBox({
  maxHeight: 400,
  maxWidth: 720
 });
});

