$(document).ready(function(){
$('a[rel=feature]').colorbox({
  transition: 'fade',
  speed: 500,
  scrolling: false, 
  current: "{current} of {total} portfolio images"
});
});


