Как я размышлял выше ... у вас есть запятые в ваших объектах конфигурации. см. мои комментарии ниже.
$('#ourClientsRight').cycle({
fx: 'fade',
speed: 600,
timeout: 4000,
delay: 1000, // this comma should not be here
});
$('#ourCarriers').cycle({
fx: 'scrollRight',
speed: 600,
timeout: 7000,
delay: 1000, // this comma should not be here
});