$(document).ready(function(){
  $('a[rel^=lightbox]').colorbox({maxWidth:'1024',maxHeight:'800'})
  //$('#customer-links a.email').colorbox({maxWidth:'1024',maxHeight:'800'});
  $('#slider-inner').orbit({ 'bullets': true, 'timer':true, 'animation': 'horizontal-slide' });

});

