$(function() {
	$("a.lightbox").colorbox({current:'zdjęcie {current} z {total}',previous:'poprzenie',next:'następne',close:'zamknij'});
	$('.img').each(function() {
		$(this).hover(function() {
			$(this).stop().animate({ opacity: 0.6 }, 200);
			},
		function() {
			$(this).stop().animate({ opacity: 1.0 }, 500);
		});
	});
	$('ul#zdjecia_fade1').innerfade({
		speed: 1000,
		timeout: 5000,
		type: 'random',
		containerheight: '196px'
	});
	$('ul#zdjecia_fade2').innerfade({
		speed: 1000,
		timeout: 5000,
		type: 'random',
		containerheight: '196px'
	});
});
