$(function() {
	$('a[rel=gallery]').each(function() {
		$(this).lightBox();
	});
});