$(document).ready(function() {
	$(".close").click(function() {
		$(".overlay").hide();
	});
});
