$(document).ready(function(){

	$(".news_box .close").click(function(){
	  $(this).parents(".news_box").animate({ opacity: "hide" }, "slow");
	});
	$(".brochure .close").click(function(){
	  $(this).parents(".brochure").animate({ opacity: "hide" }, "slow");
	});

});
