$(function() {
    $('#testimonials').cycle({
        prev:   '#btnPrev',
        next:   '#btnNext',
        timeout: 0,
		speed:   500
    });
});