jQuery('.<?php echo 'sl'.$module->id.'ide';?>').on('beforeChange', function(event, slick, currentSlide, nextSlide){
jQuery('.<?php echo 'sl'.$module->id.'ide';?>').ready(function() {
jQuery('html, body').animate({
scrollTop: jQuery("#up").offset().top - 30
}, 500, 'swing');
});
});