$(function() { 
		   
	 $("#content span.tt[title]").tooltip({ 
		position: 'top center',
		effect: 'slide',
		direction: 'up',
		tip: '.tooltip' 
	});
		   
});
