$ ("document").ready(function(){
	$('area#north').qtip({
	   content: {
		text: '<img src="http://www.vastuchai.com/wp-content/themes/vastu_chai_theme/images/spice_cinnamon2.jpg" alt="Loading..." />'
				},
				show: { effect: { type: 'fade' , length: 300 } },
				position: { type: 'absolute', adjust: { x: -390, y: -0 }},
				style: {  width: 719, height: 326, background: 'none', padding: 0}
	});

	$('area#north-east').qtip({
	   	content: {
		text: '<img src="http://www.vastuchai.com/wp-content/themes/vastu_chai_theme/images/spice_nutmeg.jpg" alt="Loading..." />'
				},
				show: { effect: { type: 'fade' , length: 300 } },
				position: { type: 'absolute', adjust: { x: -630, y: -200 }},
				style: {  width: 456, height: 483, background: 'none', padding: 0}
		});
	
	$('area#east').qtip({
		content: {
		text: '<img src="http://www.vastuchai.com/wp-content/themes/vastu_chai_theme/images/spice_cardamom.jpg" alt="Loading..." />'
				},
				show: { effect: { type: 'fade' , length: 300 } },
				position: { type: 'absolute', adjust: { x: -695, y: -315 }},
				style: {  width: 455, height: 491, background: 'none', padding: 0}
	});
	
	$('area#south-east').qtip({
	   	content: {
		text: '<img src="http://www.vastuchai.com/wp-content/themes/vastu_chai_theme/images/spice_valerian.jpg" alt="Loading..." />'
				},
				show: { effect: { type: 'fade' , length: 300 } },
				position: { type: 'absolute', adjust: { x: -630, y: -505 }},
				style: {  width: 456, height: 544, background: 'none', padding: 0}
		});
	
	$('area#south').qtip({
	   	content: {
			text: '<img src="http://www.vastuchai.com/wp-content/themes/vastu_chai_theme/images/spice_white_pepper2.jpg" alt="Loading..." />'
					},
					show: { effect: { type: 'fade' , length: 300 } },
					position: { type: 'absolute', adjust: { x: -390, y: -590 }},
					style: {  width: 704, height: 333, background: 'none', padding: 0}
		});
	
	$('area#south-west').qtip({
	   	content: {
		text: '<img src="http://www.vastuchai.com/wp-content/themes/vastu_chai_theme/images/spice_black_pepper.jpg" alt="Loading..." />'
				},
				show: { effect: { type: 'fade' , length: 300 } },
				position: { type: 'absolute', adjust: { x: 20, y: -505 }},
				style: {  width: 456, height: 526, background: 'none', padding: 0}
		});
	
	$('area#west').qtip({
	   	content: {
		text: '<img src="http://www.vastuchai.com/wp-content/themes/vastu_chai_theme/images/spice_ginger.jpg" alt="Loading..." />'
				},
				show: { effect: { type: 'fade' , length: 300 } },
				position: { type: 'absolute', adjust: { x: 25, y: -315 }},
				style: {  width: 456, height: 526, background: 'none', padding: 0}
	});
	
	$('area#north-west').qtip({
	   	content: {
		text: '<img src="http://www.vastuchai.com/wp-content/themes/vastu_chai_theme/images/spice_cloves.jpg" alt="Loading..." />'
				},
				show: { effect: { type: 'fade' , length: 300 } },
				position: { type: 'absolute', adjust: { x: 20, y: -200 }},
				style: {  width: 456, height: 526, background: 'none', padding: 0}
		});
	
	// -------------------------------------- products -------------------------
	
	
		$('#trad-can').qtip({
		   	content: {
			text: '<img src="http://www.vastuchai.com/wp-content/themes/vastu_chai_theme/images/traditional_can_content.jpg" alt="about traditional masala" />'
					},
					show: { effect: { type: 'fade' , length: 300 } },
					position: { type: 'absolute', adjust: { x: -275, y: -220 }},
					style: {  width: 589, height: 425, background: 'white', padding: 0}
				
				
					
			});
			
		$('#greentea-can').qtip({
		   content: {
			text: '<img src="http://www.vastuchai.com/wp-content/themes/vastu_chai_theme/images/green_tea_can_content.jpg" alt="about green tea masala" />'
					},
					show: { effect: { type: 'fade' , length: 300 } },
					position: { type: 'absolute', adjust: { x: -275, y: -443 }},
					style: {  width: 589, height: 425, background: 'none', padding: 0}
			});
				
		$('#rooibos-can').qtip({
		   	content: {
			text: '<img src="http://www.vastuchai.com/wp-content/themes/vastu_chai_theme/images/rooibos_can_content.jpg" alt="about Wupperthal Rooibos Masala" />'
					},
					show: { effect: { type: 'fade' , length: 300 } },
					position: { type: 'absolute', adjust: { x: -750, y: -220 }},
					style: {  width: 589, height: 425, background: 'none', padding: 0}
			});
					
		$('#pure-white-can').qtip({
		   content: {
			text: '<img src="http://www.vastuchai.com/wp-content/themes/vastu_chai_theme/images/pure_white_can_content.jpg" alt="about pure white tea" />'
					},
					show: { effect: { type: 'fade' , length: 300 } },
					position: { type: 'absolute', adjust: { x: -750, y: -443 }},
					style: {  width: 589, height: 425, background: 'none', padding: 0}
			});
	
});

