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