$(document).ready(function() {
	$('.gallery').each(function() {
		$('a', this).lightBox();
	});
});
