$(function() {
		   
$("#p1")
	.mouseenter(function () {$("#tip1").css("left","-131px").stop(true, true).fadeIn();})
	.mouseleave(function () {$("#tip1").stop(true, true).fadeOut();});
	
$("#p2")
	.mouseenter(function () {$("#tip2").css("left","-68px").css("margin-top","60px").stop(true, true).fadeIn();})
	.mouseleave(function () {$("#tip2").stop(true, true).fadeOut();});
	
$("#p3")
	.mouseenter(function () {$("#tip3").css("left","2px").stop(true, true).fadeIn();})
	.mouseleave(function () {$("#tip3").stop(true, true).fadeOut();});
	
$("#p4")
	.mouseenter(function () {$("#tip4").css("left","58px").css("margin-top","60px").stop(true, true).fadeIn();})
	.mouseleave(function () {$("#tip4").stop(true, true).fadeOut();});
	
$("#p5")
	.mouseenter(function () {$("#tip5").css("left","121px").stop(true, true).fadeIn();})
	.mouseleave(function () {$("#tip5").stop(true, true).fadeOut();});
	
$("#p6")
	.mouseenter(function () {$("#tip6").css("left","181px").css("margin-top","60px").stop(true, true).fadeIn();})
	.mouseleave(function () {$("#tip6").stop(true, true).fadeOut();});
	
$("#p7")
	.mouseenter(function () {$("#tip7").css("left","201px").stop(true, true).fadeIn();})
	.mouseleave(function () {$("#tip7").stop(true, true).fadeOut();});
	
$("#p8")
	.mouseenter(function () {$("#tip8").css("left","241px").stop(true, true).fadeIn();})
	.mouseleave(function () {$("#tip8").stop(true, true).fadeOut();});	

$("#p9")
	.mouseenter(function () {$("#tip9").css("left","-130px").css("margin-top","60px").stop(true, true).fadeIn();})
	.mouseleave(function () {$("#tip9").stop(true, true).fadeOut();});	
	
$("#p10")
	.mouseenter(function () {$("#tip10").css("left","271px").stop(true, true).fadeIn();})
	.mouseleave(function () {$("#tip10").stop(true, true).fadeOut();});		
	
$("#p11")
	.mouseenter(function () {$("#tip11").css("left","301px").stop(true, true).fadeIn();})
	.mouseleave(function () {$("#tip11").stop(true, true).fadeOut();});	
	
$("#p12")
	.mouseenter(function () {$("#tip12").css("left","321px").css("margin-top","60px").stop(true, true).fadeIn();})
	.mouseleave(function () {$("#tip12").stop(true, true).fadeOut();});

$("#p13")
	.mouseenter(function () {$("#tip13").css("left","361px").stop(true, true).fadeIn();})
	.mouseleave(function () {$("#tip13").stop(true, true).fadeOut();});		
	
$("#pn1")
	.mouseenter(function () {$("#tipn1").css("left","-151px").css("margin-top","60px").stop(true, true).fadeIn();})
	.mouseleave(function () {$("#tipn1").stop(true, true).fadeOut();});		
	
$("#pn2")
	.mouseenter(function () {$("#tipn2").css("left","-81px").css("margin-top","60px").stop(true, true).fadeIn();})
	.mouseleave(function () {$("#tipn2").stop(true, true).fadeOut();});		
	
});
