$(document).ready(function() {
	$(".plugin_show_category_side_ajax_first_category").click(function() {
		$(this).parent().find(".plugin_show_category_side_ajax_second_categories").slideToggle();
	});
	
	$(".plugin_show_category_side_ajax_second_categories").hide();
});