$(function(){
	$(".crmCmsLink > .close").click(function(){
		$(this).parents(".crmCmsLink").hide();
	});
})