$(document).ready(function(){
    


$('#homepageSlideshow').cycle({ 
    fx:      'scrollLeft', 
    speed:  200, 
    timeout:  5000,
    next: '#homepageSlideNext' 
});


$('#clientsSlideshow').cycle({
    fx:      'scrollLeft',
    speed:  500,
    timeout:  8000
});

});


