$(document).ready(function() {	$(".book img").load(function() {
		$("#load").fadeOut("fast");
		$("body").css("overflow","auto");
	});
});
