$(document).ready(function() {
	$('a.tooltip').cluetip({width: '400px', showTitle: false});
});