jQuery(window).load(function(){ //jQuery(window).load() must be used instead of jQuery(document).ready() because of Webkit compatibility
    // News slider > Vertical
    jQuery(".newslider-vertical").sliderkit({
        auto: true,
        //auto: false,
        autospeed: 4000,
        circular: true,
        verticalnav: true,
        navitemshover: true,
        panelfx:"sliding",
        panelfxspeed: 700,
        panelfxeasing: "easeInOutExpo", //"easeOutExpo", "easeOutCirc", etc.
        mousewheel: false
    });
    });
