$(document).ready(function() {
	// Using custom configuration
	$("#loga_carousel").carouFredSel({
  	items: "variable",
		items				: 4,
		direction			: "left",
		prev : {	
		button	: "#prev"
	},
	next : { 
		button	: "#next"
	},
		scroll : {
			items			: 1,
			effect			: "easeOutBounce",
			duration		: 500,							
			pauseOnHover	: true
		}					
	});	
	$('.caroufredsel_wrapper').height('78px');
	$('#loga_carousel').height('78px');
});
