$(document).ready(function(){	
	
	$("img").hide(0)
	$("img").fadeIn("slow")
	
});

