jQuery(function() {

	jQuery('h3.faq_question').click(function(e) {
		jQuery(this).parents('div.single_faq:first').find('div.faq_answer').slideToggle();
	});
});
