﻿$(function() {
				$('ul#basic_config').carouFredSel();
				$('ul#user_interaction').carouFredSel({
	items: {
		visible: 1,
		start: 0
	},
	scroll: {
		items: 1,
		duration: 500,
		pauseOnHover: true
	},
	auto: {
		pauseDuration: 10000,
		delay: 1000
	},
	prev: {
		button: "#prev1",
		key: "left"
	},
	next: {
		button: "#next1",
		key: "right"
	}
});
});
