//JQuery calls
$(document).ready(function(){		   
	// Select all links in object with gallery ID
	$('#comm-gallery-1 a').lightBox(); 
 });