// JavaScript Document

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

});

