jQuery(document).ready(function() {
	jQuery('#home_featured') 
	.cycle({ 
			fx:     'fade', 
			speed:  'slow', 
			timeout: 5000, 
			pager:  '#pagination' 
	})
});