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

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