 $(document).ready(function (){
	var fotosA=$('#fotos a[rel="grupo"]');
	fotosA.colorbox();
 });