/*
Настройки для jQuery плагина carouFredSel
*/
$(function() {
	$('#basic_config').carouFredSel({
		visibleItems		: 10,
		direction			: "down",
		scroll : {
			items			: 2,
			easing			: "easeOutElastic",
			duration		: 1500
		},
		auto : {
			pauseDuration	: 5000,
			delay			: -3500,
			pauseOnHover	: "true"
		}
	});
});
