
jQuery(document).ready(function($) {

	//Init banner cycle
	$('#hero_pics').cycle({ 
	    fx:     'fade',
	    speed:  'slow',
	    timeout: 6000
	});
	
});
