$(document).ready(function(){
  $('a[rel^=lightbox]').colorbox({maxWidth:'1024',maxHeight:'800'})
  $('#customer-links a.email').colorbox({maxWidth:'1024',maxHeight:'800'});
 $("#slider").easySlider({
		controlsBefore:	'<p id="controls">',
		controlsAfter:	'</p>',
		auto: true,
		continuous: true,
		controlsShow: false,
    speed: 3000,
		pause: 4000
	});
if ($('#popup').length){
  $.fn.colorbox({href:'#popup', inline: true, open: true});
  $('#popup').style('display:block');
  }
});

