jQuery.noConflict();
jQuery(document).ready(function () {


  /// jQuery Blend settings
   jQuery(document).ready(function(){
   jQuery("#nav a").blend({speed:180}); //Main Links Fade
    }); 



jQuery('#innerFooter a[title]').qtip({
      position: { adjust: { x: -156, y: -75 } },

      style: { 
      width: 150,
      padding: 3,
      background: '#262626',
      color: '#ddd',
      fontSize: 11, 
      fontFamily: 'verdana',
      textAlign: 'center',
      border: {
         width: 3,
         radius: 3,
         color: '#383d42'
      },
      //target: 'topLeft',
      tip: 'bottomRight',
      name: 'dark' // Inherit the rest of the attributes from the preset dark style      
   }

});









});



