$(function() {

	$('.default_hide').show();

	//fade config
	$('#image_main').cycle({ 
	    fx:     'fade', 
	    speed:   1000, 
	    timeout: 5000, 
	    next:   '#image_main', 
	    pause:   1,
	    random:  1 
	});

	$('#image_azumino').cycle({ 
	    fx:     'fade', 
	    speed:   1000, 
	    timeout: 3000, 
	    next:   '#image_azumino', 
	    pause:   1,
	    random:  1 
	});

	$('#image_tokyo').cycle({ 
	    fx:     'fade', 
	    speed:   1000, 
	    timeout: 4500, 
	    next:   '#image_tokyo', 
	    pause:   1,
	    random:  1 
	});

});

