$(document).ready(function(){
	$(".closeBtn").click(function(){
		$(this).prev().hide();
		$(this).next().hide();
		$(this).hide();
		$(".space").hide();
	});
	$("#closeCenter").click(function(){
		$("#centerBanner").hide();
	});
})
