$(function(){
jQuery('.carousel').each(function() {
			$('.texte').jScrollPane();
			$('.jScrollPaneContainer .texte').css('visibility','visible');
		if ($('.projet', this).size()>2) {
			$(this).carousel($(this).parents('.toggle').children('.left').children('.prev'),
			$(this).parents('.toggle').children('.next'));
		}
	});
})
