// JavaScript Document

$.fn.cycle.defaults.timeout = 6000;

$(function() {
	$('#photo-landscape').cycle({
		fx: 'fade',
		speedIn:  2500,
//		speedOut: 3000,
//		easeIn:  'bounceout',
//		easeOut: 'backin',
//		delay:   -2000,
		random: 0
	})
});
