$(document).ready(function(){
		
	$('#carrusel').each(function(){
		$('#carrusel').carouFredSel(
		{	
			'visibleItems'	: 5,
			'scrollItems'   : 1,
			'scrollSpeed'	: 200,
			//scrollEffect    : 'jswing',
			'next'		: $('#next'),
			'prev'		: $('#prev')
	
		}
		);
	});
});
