$(function(){
	$('.plugin-faq-question').bind('click',function(){
		$(this).next('.plugin-faq-answer').toggle();
	});
});
