$(document).ready(function() {
			
   sfHover();
    
    $('#agendaDefile').jcarousel({
    	vertical:true,
		auto: 0,
        wrap: '',  
        scroll:1
    });
    
	$('.boxPublications .divDansBox img[title]').tooltip({
		// use div.tooltip as our tooltip
		tip: '.tooltip',
		// use the fade effect instead of the default
		effect: 'slide',
		// make fadeOutSpeed similar to the browser's default
		fadeOutSpeed: 100,
		// the time before the tooltip is shown
		predelay: 200,
		// tweak the position
		position: "top right",
		offset: [0, -40]
		});
});
