$(function() {
    $('#testimonial-slideshow').show().cycle({
        timeout: 15000,
        speed:   1000,
        height:  'auto',
        sync:    0,
        fit:     1,
        pause:   1
    });
});
