$(function() {
    $('#slider').cycle({
        fx : 'scrollLeft',
        timeout : 5000
    });
});