jQuery.extend(Tipped.Skins, {
    
  'tipped_cs': {
    background: { color: '#282828' },
    border: 0,
    fadeIn: 0,
    fadeOut: 0,
    radius: 0,
    stem: {
      width: 7,
      height: 4,
      offset: { x: 6, y: 6 }
    },
    shadow: false
  },
  
  'tipped_cs_html' : {
    background: { color: '#232323', opacity: .9 },
    border: { size: 1, color: "#232323" },
    closeButtonSkin: 'light',
    inline: true,  
    offset: { y: -5 },
    radius: 1,
    shadow: { opacity: .35 },
    stem: {
      corner: {
        height: 8,
        width: 8
      },
      center: {
        height: 7,
        width: 13
      }
    }
  },
  
  'tipped_thumb' : {
    border: {
      size: 0,
      color: '#afafaf'
    },
    background: {
      color: [
        { position: 0, color: '#fefefe' },
        { position: 1, color: '#f7f7f7' }
      ]
    },
    closeButtonSkin: 'light',
    inline: true,
    maxWidth: 200,
    offset: { y: -97 }, 
    radius: 1,
    shadow: { opacity: .35 },
    spinner: {
      radii:     [32, 42],
      color:     '#808080',
      dashWidth: 1,
      dashes:    75,
      speed:     .7
    },
    stem: {
      corner: {
        height: 8,
        width: 8
      },
      center: {
        height: 7,
        width: 13
      }
    }
  },
  
  'tipped_thumb_title' : {
    border: {
      size: 0,
      color: '#afafaf'
    },
    background: {
      color: [
        { position: 0, color: '#fefefe' },
        { position: 1, color: '#f7f7f7' }
      ]
    },
    closeButtonSkin: 'light',
    inline: true,
    maxWidth: 200,
    offset: { y: -110 }, 
    radius: 1,
    shadow: { opacity: .35 },
    spinner: {
      radii:     [32, 42],
      color:     '#808080',
      dashWidth: 1,
      dashes:    75,
      speed:     .7
    },
    stem: {
      corner: {
        height: 8,
        width: 8
      },
      center: {
        height: 7,
        width: 13
      }
    }
  },
  
  'tipped_birthday' : {
    border: {
      size: 0,
      color: '#afafaf'
    },
    background: {
      color: [
        { position: 0, color: '#fefefe' },
        { position: 1, color: '#f7f7f7' }
      ]
    },
    closeButtonSkin: 'light',
    radius: 1,
    shadow: { opacity: .35 },
    stem: {
      corner: {
        height: 8,
        width: 8
      },
      center: {
        height: 7,
        width: 13
      }
    }, 
    hideOn: false, 
    showOn: 'click', 
    hideOnClickOutside: true,
    closeButton: true, 
    maxWidth: 200, 
    inline: true
  }
  
});
