$(document).ready(function(){
	
	$('.foto a').lightBox();
	$('.foto2 a').lightBox();

});