// image slide show
$(window).load(function() {
	$('#fade').fadeIn(1000);
	$('#fade').cycle({ 
		fx:    'fade',
		speed:  2000,
		timeout: 2000
	});

	$('#right').removeClass('loading');
});
