// JavaScript Document

$(function(){
	
	$('.image_cycle').cycle();

	$('#reasonSlider').cycle(
	{
		speed: 1000, 
		timeout: 7500
	}						 
	)
	
});
