$(function() {
    $('#header-focal-inner').cycle({
      delay:  1000, // additional delay (in ms) for first transition (hint: can be negative)
      speed:  2000, // speed of the transition (any valid fx speed value) 
      timeout: 7000 // milliseconds between slide transitions (0 to disable auto advance) 
    });
});

