$(function() {
	$('#carrousel').carouFredSel({
		width: $("#list_carrousel").width(),
		height: "auto",
		
		auto: {
			items: 1,
			duration:550
		},
		prev : {
			items: 1,
			button: "#prev"
		},
		next : {
			items: 1,
			button: "#next"
		},
		pagination: {
			container: "#pager"
		}
	}).resize();
});
