$(document).ready(function() {
	$('.eyecatchNavi').cycle({
		fx: 'fade',
		speed: 'fast',
		timeout: 5000,
		next: '#next', 
		prev: '#prev'
	});
});
