$(function(){
	$('#fotos div').each(function(i){
		$(this).easyRotate({
      		degrees: -5
    	});
    });
});
