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