$(function(){
	$('a[rel=link_fotos]').click(function(){
		return false;
	});
	try{
		$('img[rel=fotos]').lbox({'target':'#foto_maior'});
	}catch(E){
		alert('erro');
	}
});
