$(document).ready(function(){
	$('#home_banner').cycle({
		fx : 'fade',
		speed : 800,
		timeout : 3500
	});
});

