		window.onload = function() {
			DetectImageState.init('gfx/logo.gif', images_detected);
			function images_detected(bDisabled) {
			if (bDisabled){
				jQuery(".slide .contents h1, #fancybox-close, .slide .contents .next").css("text-indent", "0px");
			}
			}
		}