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

  $('#menu-top > ul').superfish({shadow:true, pathClass:'active'})

  // entry image slider
  $("#slider").easySlider({
		controlsBefore:	'<p id="controls">',
		controlsAfter:	'</p>',
		auto: true,
		continuous: true
	});
});

