$(function(){
	/* tooltip */
	$('.home-image a').tooltip({ 
		positionRight: true,
		track: true, 
		delay: 0,
		fade: 250,
		showURL: false, 
	});
});
