jQuery(function($){
	$('.close-banner').click(function(ev){
		ev.preventDefault()
		$('.banner-pos').hide()
	})
})

