$(window).load(function() {
	$("#carousel_container").carouFredSel({
		scroll: { 
		duration: 1500
		},
		items: {
		width: "variable"
		}
	});
});
