jQuery(document).ready(function($){ 

    $('#testimonial-slider ul').cycle({
        fx: "scrollHorz",
        easing: "easeOutCubic",
        speed: 600,
        timeout: 5000,
        prev: '.arrow-right',
        next: '.arrow-left'
    });        
});
