$(document).ready(function(){
	$('.section').each(function(){
		$(this).find('a:has(img)').lightBox();
	});
});