(function($) {
	$(function() {
		
		$().ready(function(){
			// Fix IE6 PNGs
			$('body').supersleight();
		});

	});
})(jQuery);
