// MAVEN CREATIVE
// WE ARE WATCHING YOU!

$(document).ready(function () {
	
   //QTIPPIN'
   $('#qTippin a[href][title]').qtip({
   content: {
         text: false // Use each elements title attribute
      },
   position: {
      corner: {
         target: 'topMiddle',
         tooltip: 'bottomMiddle'
      }
   },
   style: {
   				 
                  border: {
                     width: 0,
                     radius: 5,
					 color:'#000',
                  },
				    background: '#000',
  					color: '#ffdf00',
                  	padding: 0, 
                  	textAlign: 'center',
                  	tip: true, // Give it a speech bubble tip with automatic corner detection
                  	name: 'dark' // Style it according to the preset 'cream' style
               	  },

	
	});
});
