$(document).ready(function() {

	/*Tooltip*/
	$('#give a[title]').qtip();
});



/*
$('#give a[title]').qtip({
    position: {
  		my: 'top left',  // Position my top left...
  		at: 'bottom center', // at the bottom right of...
  		target: $('#give a') // my target

		},
   style: {
      classes: 'ui-tooltip-dark ui-tooltip-shadow'
   }
});*/
