$(document).ready(function (){
	$(".zdjecia_pokaz").cycle({ 
		fx:     'fade',
		speed: 	'1000',
		prev:   '.prev', 
		next:	'.next',
		pager:	'.pager',   
		timeout: 5000,
		before:	tytul 
	});
	function tytul() {
		$('.info').html(this.alt);
} 	
});

