$(document).ready(function()
{
	$('a[title]' ).qtip({
      position: {
         corner: {
            target: 'rightTop',
            tooltip: 'leftBottom'
         }
      },
      style: {
		 name: 'dark',
		 'font-size': 14,
		 'font-family': 'Arial',

         padding: '10px 10px',
		 background: '#888',
		 color: '#fff',
         width: {
            max: 250,
            min: 0
         },
		 border: {
         width: 2,
         radius: 5,
         color: '#888'
      			},
         tip: true
      }
   });
});
//$('a[title]').qtip({ style: { name: 'cream', tip: true } })	background-color:#39C  	background-color:#C2E7FC
