$(".sl").not(":first").hide();
$(".tabs_box .tabs").click(function() {
$(".tabs_box .tabs").removeClass("active").eq($(this).index()).addClass("active");
$(".sl").hide().eq($(this).index()).fadeIn();
$('.sl').slick('setPosition');
}).eq(0).addClass("active");
});