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

});


