$(document).ready(function(){
  $("a.colorbox").colorbox({
      photo:true
  });
});

