$(document).ready(function (){
	$(".zdjecia_pokaz").cycle({ 
		fx:     'scrollHorz',
		speed: 	'slow',
		prev:   '.prev', 
		next:	'.next',
		pager:	'.pager',   
		timeout: 100000,
		before:	tytul 
	});
	function tytul() {
		$('.info').html(this.alt); 
} 	
});
$(document).ready(function (){
	$(".zdjecia_pokaz2").cycle({ 
		fx:     'scrollHorz',
		speed: 	'slow',
		prev:   '.prev2', 
		next:	'.next2',
		pager:	'.pager2',   
		timeout: 100000,
		before:	tytul 
	});
	function tytul() {
		$('.info2').html(this.alt); 
} 	
});
$(document).ready(function (){
	$(".zdjecia_pokaz3").cycle({ 
		fx:     'scrollHorz',
		speed: 	'slow',
		prev:   '.prev3', 
		next:	'.next3',
		pager:	'.pager3',   
		timeout: 100000,
		before:	tytul3 
	});
	function tytul3() {
		$('.info3').html(this.alt); 
} 	
});
$(document).ready(function (){
	$(".zdjecia_pokaz4").cycle({ 
		fx:     'scrollHorz',
		speed: 	'slow',
		prev:   '.prev4', 
		next:	'.next4',
		pager:	'.pager4',   
		timeout: 100000,
		before:	tytul4 
	});
	function tytul4() {
		$('.info4').html(this.alt); 
} 	
});

