$(document).ready(function (){
	$(".maska").cycle({ 
		fx:     'scrollHorz',
		speed: 	'slow',
		prev:   '#left', 
		next:	'#right',
		pager:	'.pager',   
		timeout: 6000,
		before:	tytul 
	});
	function tytul() {
		$('.info').html(this.alt); 
		
} 	
	$('.panel').css('background','none');
});
