jQuery().ready(function() {
	jQuery(".close").click(function () {
		jQuery(".popitt").hide();
		jQuery("#overlay_shade").hide();
	});
});