$(document).ready(function() {
	$('img').animate({opacity:1}, 2000);
});
