﻿/*	CarouFredSel: an infinite, circular jQuery carousel.
	Configuration created by the "Configuration Robot"
	at caroufredsel.frebsite.nl
*/
$(function(){
		$("div#slider ul").carouFredSel({
			items: {
				visible: 1,
				width: 672,
				height: 243
			},
			scroll: {
				items: 1,
				easing: "easeOutExpo",
				duration: 700,
				pauseOnHover: true
			},
			auto: 4000,
			prev: {
				button: "#btn-prev",
				key: "left"
			},
			next: {
				button: "#btn-next",
				key: "right"
			},
			pauseonhover: true
		});
	});
