$(function() {
	$('#testimonials .testimonials_images').each(function() {
		var current_id = $(this).attr("id");
		$("#" + current_id + " .mainImage a, #" + current_id + " .gallery a").lightBox(); // Select all links in object with gallery ID
	});
});


/*
// Cathes all on the page
$(function() {
	$('#testimonials .mainImage a, #testimonials .gallery a').lightBox(); // Select all links in object with gallery ID
});
*/