$(document).ready(function(){
	
	$('a.tooltip').cluetip({
		sticky: true,
		closePosition: 'title',
		arrows: true,
		width: 350
	});

});