

$(document).ready(function (){
	
	if( $('#prezentacja_box p img').length >= 2 ) {
	$("#prezentacja_img p").cycle({
		
        fx:      'fade',  
		speed: 	'slow',
		prev:   '.prev',
		next:	'.next',
		pager:	'.pager',
		 height: '384',
         width: '512', 
		timeout: 3000

	});

} else{
	$("#prezentacja_img").hide();
	
	}
});

$(document).ready(function() { 
	
	$("a[rel=my-gallery]").fancybox({
		'transitionIn'	:	'elastic',
		'transitionOut'	:	'elastic',
		'speedIn'		:	600, 
		'speedOut'		:	200, 
		'overlayShow'	:	false
	});
	
});
$(document).ready(function (){
	$('#prezentacja_img').animate({"opacity":1}, 1300);
});


