$(document).ready(function() {
		$('#catalog_ne').click(function(){
			$(this).fadeOut(function(){
				$(this).remove();
			})
		});
});

