/*

*/

$(function(){

	$(".bubble").tooltip({ 
		effect:		'slide',
		position:	'top center',
		offset:		[16, 68]
	});
	
});


