$(document).ready(function() {
    $('#header-images').cycle({ 
        fx: 'fade', 
        timeout: 5000,
        speed: 1000,
        fit: 1,
        next: '#header-images',
     });
});

