$(document).ready(function(){
  $('a[rel^=lightbox]').colorbox({maxWidth:'1024',maxHeight:'800'})
  //$('#customer-links a.email').colorbox({maxWidth:'1024',maxHeight:'800'});
				$('#featured').orbit({
					'bullets': false,
					'timer' : true,
					'animation' : 'fade',
					 animationSpeed: 2000,                // how fast animtions are
           advanceSpeed: 6000 		 // if timer is enabled, time between transitions
    			});
  $('a.external').bind('click', function(){ window.open(this.href); return false; });
});

