$(function() {
  $("a.cb").colorbox({
    opacity: 0.75,
    //iframe: true,
    innerWidth: 800,
    innerHeight: 600
  });
});
