$(function(){
	$('.foto_carrusel').click(function(){
		$('#foto_grande')[0].src = this.href;
		return false;
	});
});

