/* 
Project: Pole-Position
Author: piotr.wojciechowski@autentika.pl
Version: 2011-12-02
*/

$(document).ready(function() {
	$('.scroller').carouFredSel({
		direction: 'up',
		visible: 6,
		items: {
			height: 92
		},
		prev: '#prevLogo',
		next: '#nextLogo',
		scroll: {
			items: 1,
			duration: 500
		},
		auto: {
			play: true,
			pauseDuration: 4000
		}
	});
	
	$('a[rel="overlay"]').fancybox();
});
