$(document).ready(function() {
		
	$("#header").hover(function(){
		$("#cache img").fadeOut("slow");
	});
});
