$(document).ready(function(){
   
   // Your code here
   $('#banner').cycle({ 
    fx:     'scrollDown', 
    easing: 'bounceout',
    click:   '#banner',
	speed: 700,
	timeout: 5000, 
    delay:  -2000 
});
   // End ready
 });