$(function() {	
	
	// HOME PAGE -> Hero's Cycle
	$('#hero_features').before('<div id="hero_paging">').cycle({ 
	    speed:  'slow', 
	    timeout: 5000,
		pager: '#hero_paging'
	});	
	
});
