jQuery(function($) {
	$('#bannerimages').cycle({ 
		fx:      'fade', 
		speed:    900, 
		timeout:  5000 
	});
});