$(document).ready(function(){					  
	$("#carrusel").Carrusel3d(		
		{			
			xPos: 170,
			yPos: 40,
			buttonLeft: $("#left-but"),
			buttonRight: $("#right-but"),
			altBox: $("#alt-text"),
			titleBox: $("#title-text")
		}
	);
	$('#idiom_sel').change(function(){
		$(this).submit();
	});
});
$(window).load(function() {
        $('#slider').nivoSlider();
    });
