$(document).ready(function(){
	$('div.page').hide();
	$('.thumbnails a').lightBox();
});

$(window).load(function(){
	$('div.page').fadeIn();
	$('div.diashow').cycle({ 
	    fx: 'fade',
		timeout: 3000,
		speed: 2000
	});
});
