/* $(function() {
    $('.animation div').each(function() {
		if($(this).index() != 3){
			$(this).hide().fadeIn(500+(($(this).index(".animation div")+1)*1000));
		}
    });
}); */
$(document).ready(function() {
    $('.i2').cycle({
		fx: 'fade',
		timeout: 250,
		continuous: 0,
		speed:1000,
		autostop: 1,
		autostopcount: 2
	});
    $('.i1').cycle({
		fx: 'fade',
		timeout: 500,
		continuous: 0,
		speed:1000,
		autostop: 1,
		autostopcount: 2		
	});
    $('.i3').cycle({
		fx: 'fade',
		timeout: 750,
		continuous: 0,
		speed:1000,
		autostop: 1,
		autostopcount: 2
	});
    $('.i5').cycle({
		fx: 'fade',
		timeout: 1000,
		continuous: 0,
		speed:1000,
		autostop: 1,
		autostopcount: 2
	});
});
