
$(document).ready(function() {
    $('#mainphoto').cycle({
		fx: 'fade',
		speed:  4500,
		timeout:  8500,
		pause:  1
	});
});
