

$(document).ready(function() {
	$('.slide_anime').cycle({
		fx: 'fade',
		timeout: 2000,
		speed: 1800,
		autostop: 10
	});
});




