function abrir(cat) { 
$("#fotos-projetos").load("projetos.php", {categoria: cat}, function(){ 
	Shadowbox.setup();	
	});
}