$(document).ready(function() {	
	
	$('#k1_baner_kolejne').innerfade({
		animationtype: 'fade',
		speed: 1300,
		timeout: 4500,
		type: 'sequence',
		containerheight: '304px', 
		runningclass: 'innerfade'
	});
	
	$('#k1_baner_kolejne2').innerfade({
		animationtype: 'fade',
		speed: 1300,
		timeout: 4500,
		type: 'sequence',
		containerheight: 'auto', 
		runningclass: 'innerfade'
	});
	
	$('#k1_baner_docelowe').innerfade({
		animationtype: 'fade',
		speed: 1300,
		timeout: 4500,
		type: 'sequence',
		containerheight: '252px', 
		runningclass: 'innerfade'
	});
	
	
	
});
	
	
