jQuery(function($){
	$('.stylistTi').click(function () {
		$(this).next().next().slideToggle();
	});
});
