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