jQuery(document).ready(function($)
{

$("area.multigrain").qtip({
   content: 'A great source of Omega 3',
   hide: {
	delay: 350
	},
   style: { 
      width: 225,
      padding: 5,
      background: '#F88CC0',
      color: 'black',
      textAlign: 'center',
      border: {
         width: 7,
         radius: 5,
         color: '#F88CC0'
      },
      tip: 'bottomLeft',
      name: 'dark' // Inherit the rest of the attributes from the preset dark style
   },
   position: {
		target: 'mouse',
      corner: {
         target: 'topRight',
         tooltip: 'bottomLeft'
      }
   }
   
   });
   
   $("area.cauliflower").qtip({
   content: '1/3 less calories and 1/2 the carbs',
   style: { 
      width: 225,
      padding: 5,
      background: '#F17012',
      color: 'black',
      textAlign: 'center',
      border: {
         width: 7,
         radius: 5,
         color: '#F17012'
      },
      tip: 'bottomLeft',
      name: 'dark' // Inherit the rest of the attributes from the preset dark style
   },
  position: {
		target: 'mouse',
      corner: {
         target: 'topRight',
         tooltip: 'bottomLeft'
      }
   }
   
   });
   
   $("area.garlic").qtip({
   content: 'Scrubbed, peeled, chopped, mashed and seasoned',
   style: { 
      width: 225,
      padding: 5,
      background: '#B3CA1A',
      color: 'black',
      textAlign: 'center',
      border: {
         width: 7,
         radius: 5,
         color: '#B3CA1A'
      },
      tip: 'bottomLeft',
      name: 'dark' // Inherit the rest of the attributes from the preset dark style
   },
  position: {
		target: 'mouse',
      corner: {
         target: 'topRight',
         tooltip: 'bottomLeft'
      }
   }
   
   });
   
   $("area.cinnamon").qtip({
   content: 'Made with all natural, oven-baked pita',
   style: { 
      width: 225,
      padding: 5,
      background: '#CD4A4F',
      color: 'black',
      textAlign: 'center',
      border: {
         width: 7,
         radius: 5,
         color: '#CD4A4F'
      },
      tip: 'bottomLeft',
      name: 'dark' // Inherit the rest of the attributes from the preset dark style
   },
    position: {
		target: 'mouse',
      corner: {
         target: 'topRight',
         tooltip: 'bottomLeft'
      }
   }
   
   });
   
   $("area.butter").qtip({
   content: 'No preservatives added',
   style: { 
      width: 225,
      padding: 5,
      background: '#F88CC0',
      color: 'black',
      textAlign: 'center',
      border: {
         width: 7,
         radius: 5,
         color: '#F88CC0'
      },
      tip: 'bottomLeft',
      name: 'dark' // Inherit the rest of the attributes from the preset dark style
   },
   position: {
		target: 'mouse',
      corner: {
         target: 'topRight',
         tooltip: 'bottomLeft'
      }
   }
   
   });
   
   $("area.carrot").qtip({
   content: 'Ready in 2 minutes!',
   style: { 
      width: 225,
      padding: 5,
      background: '#F47204',
      color: 'black',
      textAlign: 'center',
      border: {
         width: 7,
         radius: 5,
         color: '#F47204'
      },
      tip: 'bottomLeft',
      name: 'dark' // Inherit the rest of the attributes from the preset dark style
   },
   position: {
		target: 'mouse',
      corner: {
         target: 'topRight',
         tooltip: 'bottomLeft'
      }
   }
   
   });
   
   $("area.salt").qtip({
   content: '70% less fat than the leading chips',
   style: { 
      width: 225,
      padding: 5,
      background: '#50BAE2',
      color: 'black',
      textAlign: 'center',
      border: {
         width: 7,
         radius: 5,
         color: '#50BAE2'
      },
      tip: 'bottomLeft',
      name: 'dark' // Inherit the rest of the attributes from the preset dark style
   },
  position: {
		target: 'mouse',
      corner: {
         target: 'topRight',
         tooltip: 'bottomLeft'
      }
   }
   
   });
   
   $("area.peas").qtip({
   content: 'Made with 100% natural ingredients',
   style: { 
      width: 225,
      padding: 5,
      background: '#C0DD43',
      color: 'black',
      textAlign: 'center',
      border: {
         width: 7,
         radius: 5,
         color: '#C0DD43'
      },
      tip: 'bottomLeft',
      name: 'dark' // Inherit the rest of the attributes from the preset dark style
   },
    position: {
		target: 'mouse',
      corner: {
         target: 'topRight',
         tooltip: 'bottomLeft'
      }
   }
   
   });
   
      $("area.rcheese").qtip({
   content: 'Microwave ready in 2 minutes!',
   style: { 
      width: 225,
      padding: 5,
      background: '#8BC53D',
      color: 'black',
      textAlign: 'center',
      border: {
         width: 7,
         radius: 5,
         color: '#8BC53D'
      },
      tip: 'bottomLeft',
      name: 'dark' // Inherit the rest of the attributes from the preset dark style
   },
    position: {
		target: 'mouse',
      corner: {
         target: 'topRight',
         tooltip: 'bottomLeft'
      }
   }
   
   });
   
   
   $("area.rtomato").qtip({
   content: 'Made with real arborio rice!',
   style: { 
      width: 225,
      padding: 5,
      background: '#F28322',
      color: 'black',
      textAlign: 'center',
      border: {
         width: 7,
         radius: 5,
         color: '#F28322'
      },
      tip: 'bottomLeft',
      name: 'dark' // Inherit the rest of the attributes from the preset dark style
   },
    position: {
		target: 'mouse',
      corner: {
         target: 'topRight',
         tooltip: 'bottomLeft'
      }
   }
   
   });
   
      $("area.rpea").qtip({
   content: 'Good source of calcium!',
   style: { 
      width: 225,
      padding: 5,
      background: '#899E3C',
      color: 'black',
      textAlign: 'center',
      border: {
         width: 7,
         radius: 5,
         color: '#899E3C'
      },
      tip: 'bottomLeft',
      name: 'dark' // Inherit the rest of the attributes from the preset dark style
   },
    position: {
		target: 'mouse',
      corner: {
         target: 'topRight',
         tooltip: 'bottomLeft'
      }
   }
   
   });
   
      
      $("area.rmushroom").qtip({
   content: '3 easy steps and you\'re ready to enjoy!',
   style: { 
      width: 225,
      padding: 5,
      background: '#C98D29',
      color: 'black',
      textAlign: 'center',
      border: {
         width: 7,
         radius: 5,
         color: '#C98D29'
      },
      tip: 'bottomLeft',
      name: 'dark' // Inherit the rest of the attributes from the preset dark style
   },
    position: {
		target: 'mouse',
      corner: {
         target: 'topRight',
         tooltip: 'bottomLeft'
      }
   }
   
   });
   
});
