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