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