$.fn.cycle.defaults.timeout = 4000;
$(function() {
    // run the code in the markup!
    
    $('#offers').before('<div id="nav" class="nav">').cycle({
        fx:     'fade',
        speed:  '700',
        timeout: 7000,
		pause:   1,
        pager:  '#nav'
		
    });
});