$.fn.cycle.defaults.timeout = 11000;
                $(function() {
                  $('#s7').cycle({ 
                      fx:    'turnDown', 
                      delay: -1000 
                  });
                });