$(document).ready(function() {
	$(window).bind('load',function(){
		setTimeout(function(){
			$('#overlay').fadeOut(function(){
				$('body').css('overflow', 'auto');
			});
		}, 750);
	});
	/* $('img.reflect').reflect({inline: true}); */
});

