$(function() {

    $('#food').cycle({
        fx:      'scrollLeft',
        speed:   2000,
        timeout: 1000
    });

});