// call lightbox for image galleries
$(document).ready (function () {
		$('#gallery a').lightBox(); // Select all links in object with ID
	});
