$(document).ready(function(){
    $('.header-slideshow').cycle({
        fx:     'fade',
        // pause: true,
        speed:  'slow',
        timeout: 6000
    });
});
