    $(function() {
    	 $('a.web-thumb').lightBox(); // Select all links in object with gallery ID
			 $('a.print-thumb').lightBox(); // Select all links in object with gallery ID
			 $('a.brand-thumb').lightBox(); // Select all links in object with gallery ID
			 $('a.other-thumb').lightBox(); // Select all links in object with gallery ID
    });