$(document).ready(function() {
	$('.imgfade').css( 'display', 'block');
    $('.slideshow01').cycle({
		delay:    -4000,
		fx: 'fade',
		speed:    4000,
		timeout:  2000
	});
	$('.slideshow02').cycle({	
		delay:    -3000,
		fx: 'fade',
		speed:    4000,
		timeout:  2000
	});
	$('.slideshow03').cycle({
		delay:    -2000,
		fx: 'fade',
		speed:    4000,
		timeout:  2000
	});
});
