jQuery(document).ready(function(){	

	jQuery(function() {	
 		jQuery(".apanel_header a").click(function () { 
 			jQuery(this).parents(".apanel_container").find(".apanel").animate({"height":"toggle"}, 600);				
		});
	});
	
	jQuery(function() {	
 		jQuery(".apanel_close a").click(function () { 
 			jQuery(this).parents(".apanel_container").find(".apanel").animate({"height":"toggle"}, 600);
		});
	});






});


