(function($) {
	$(function () {
		if (isRunningIE6OrBelow) {
			//fixing png issues for specific images
			$('body').supersleight({shim: '/libs/images/x.gif'});
			//$('.nextPage').css('background-position-x','-30px');
			//alert($('.nextPage').css('background-position-x'));

			//fixing messed up (too big) right margin by making content area a little smaller 
			$('.yui-t5 #yui-main .yui-b').css('margin-right','22em');
			
			
		} else {
			$('#Navigation ul li a').corner("top 6px");
		}

		$(".EcommerceAppetizerWidget .product .shadow ").textShadow();



	});
})(jQuery);