$(function() {
	$('#fade').cycle({
		fx: 'fade',
		speed: 3000,
		timeout: 1000
	});

	$('.zonephoto a').lightBox();
});
