$(document).ready(function(){
  $('a[rel^=lightbox]').colorbox({maxWidth:'1024',maxHeight:'800'})
  //$('#customer-links a.email').colorbox({maxWidth:'1024',maxHeight:'800'});
    /*
	$(function() {
		// set opacity to null on page load
	//	$("#nav-menu-top li:not(.active_last) a").css("opacity","0");
		// on mouse over
		//$("#nav-menu-top li:not(.active_last) a").hover(function () {
			// animate opacity to full
			//$(this).stop().animate({
			//	opacity: 1
			}, "slow");
		},
		// on mouse out
		function () {
			// animate opacity to nill
			$(this).stop().animate({
				opacity: 0
			}, "slow");
		});
	}); */

});
