$(document).ready(function (){
	$("#slajdy-pokaz").cycle({ 
		fx:     'scrollHorz',
		speed: 	'slow',
		prev:   '#prev', 
		next:	'#next',
		pager:	'.pager',   
		timeout: 4000, //normalnie 4000
		pause: 1,
		before:	tytul
	});
	
	$('#content-info').hover(function(){
					$(".cover", this).stop().animate({top:'80px'},{queue:false,duration:160});
				}, function() {
					$(".cover", this).stop().animate({top:'167px'},{queue:false,duration:160});
	});
/*	$('.info').html($('.info a:first').find('img').attr('rel'))
	;
	
	var caption = next.find('img').attr('rel');	
	
	$('.info').html(caption);
*/
	
		function tytul() {
		$('#info-art').html(this.rel); 
	};

	
});



