$(document).ready(function(){
  $('a[rel^=lightbox]').colorbox({maxWidth:'1024',maxHeight:'800'})
  //$('#customer-links a.email').colorbox({maxWidth:'1024',maxHeight:'800'});
  if ($('#popup').length){
  $.fn.colorbox({href:'#popup', inline: true, open: true});
  $('#popup').style('display:block');
  }

});

