$(function() {
    $('#header-slideshow').cycle({
    	timeout: 12000,
        delay: -2000,
        speed: 4000,
    });
    
});
