		$('#filter_click').click(function() {
			$('#filter_box').slideToggle('slow', function() {});
		});

