/**/
$(document).ready(function(){	
	$(".body").hide();$(".over").hide();
	$(".close").click(function(){
		$(".over").fadeOut("fast");$(".body").fadeOut("fast");$(".head").removeClass("select");
	});
});