$('#cyclebanner').cycle({ 
    // FX on banner 
	fx:    'scrollDown',
	// additional delay (in ms) for first transition
    delay: 0,
	// Pauses when user hovers over banner
	pause: 1,
	// milliseconds between slide transitions 
	timeout: 8000,
	// Turns AutoStop on
	autostop: 1,
	// How many slides to show before stopping
	autostopCount:7
});