$(document).ready( function() {
	$("a.tips").cluetip( {
		arrows :true,
		dropShadow :false,
		cluetipClass :'jtip',
		closePosition :'title',
		closeText :'Close',
		leftOffset :0
	});
});