jQuery(function( $ ){

    $('#list_klienti_i').serialScroll({
        items:'li',
        prev:'.klienti a.prev',
        next:'.klienti a.next',
        //offset:-280, //when scrolling to photo, stop 230 before reaching it (from the left)
        start:0, //as we are centering it, start at the 2nd
        duration:1200,
        force:true,
        stop:true,
        lock:false,
        cycle:true, //don't pull back once you reach the end
		exclude: 2,
        easing:'easeOutQuart' //use this easing equation for a funny effect
        //jump: true //click on the images to scroll to them
    });
});
