$(document).ready(function(){
  $('a[rel^=lightbox]').colorbox({maxWidth:'1024',maxHeight:'800'})
  $('#customer-links a.email').colorbox({maxWidth:'1024',maxHeight:'800'});
});

