$('a#close_map').click(function() {
	$('img#overlay_big').hide();
	$('div#country_map').hide();
	$('img#cta_contact_opel_representatives').show();			   
});