$(function(){
	$('#nav-cycle').cycle({ 
    fx:     'fade', 
    speed:   300, 
    timeout: 7500, 
    next:   '#nav-cycle', 
    pause:   1 
	});
});
