$(document).ready(function(){
$('a[rel=valgrande]').colorbox({
  transition: 'fade',
  speed: 500,
  current: "foto {current} di {total}"
});

});


