$(document).ready(function() {

$("img[title]").tooltip({
   offset: [37, -74],
   effect: 'slide'
}).dynamic({ bottom: { direction: 'down', bounce: true } });
	
});
