$(function(){

	$('.image_box').cycle({
			fx			:'fade',
			timeout		: 1000,
			speed   	: 2000
			
			
	});
	
	
});


