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

});


