$(document).ready(function() {
  $("a[rel='gallery']").colorbox({opacity:0.80, current: '{current} / {total}'});
  $("a.video").colorbox({opacity:0.80, iframe:true, innerWidth:425, innerHeight:344});
});
