$(document).ready(function() {
	$('div.pop-window a.close').click(function() {
		$('div.pop-window').hide();
		$('div.overlay').hide();
	});
});