$(document).ready(function(){
  $("a[rel='imagezoom']").colorbox({
        next: '<b>&gt;&gt;</b>',
        previous: '<b>&lt;&lt;</b>',
        close: '<b>X</b>',
        current: '{current} / {total}',
        opacity: 0.7
  });
});
