$(document).ready(  
	function(){
	  
		$('#homepage_slides').cycle({
			fx: 'fade',
		speed: 500
		});
		
		
	}
);
