//	$(document).ready(function(){
//			$('li.tooltip').betterTooltip({speed: 150, delay: 300});
//		});

$(document).ready(function() 
{

   $('.parceiros ul li img[alt]').qtip({
	  	   
      content: {
         text: false // Use each elements title attribute
      },
       style: { 
      width: 200,
      padding: 5,
      background: '#A2D959',
      color: 'black',
      textAlign: 'center',
      border: {
         width: 7,
         radius: 5,
         color: '#A2D959'
      },
      tip: 'topLeft',
      //name: 'dark' // Inherit the rest of the attributes from the preset dark style
   }

   });
});
