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