// JavaScript Document

$.fn.cycle.defaults.timeout = 5000;

$(function() {
	$('#mainphoto').cycle({
		fx: 'fade',
		speedIn:  3500,
		speedOut: 1500,
		easeIn:  'bounceout',
		easeOut: 'backin',
		delay:   -1000,
		random: 0
	})
});
