.tTip {width: 300px; position: absolute; cursor: pointer; color: #666; font-weight: bold;}
	.tip {color: #333;}
	
		#cloud1 {top: 125px; left: 150px;}
		#cloud2 {top: 427px; left: 175px;}
		#cloud3 {top: 125px; left: 245px;}
		#cloud4 {top: 427px; left: 252px;}
		#cloud5 {top: 125px; left: 325px;}
#cloud6 {top: 427px; left: 350px;}
#cloud7 {top: 125px; left: 420px;}
#cloud8 {top: 427px; left: 435px;}
#cloud9 {top: 125px; left: 515px;}
#cloud10 {top: 427px; left: 527px;}
#cloud11 {top: 125px; left: 600px;}
#cloud12 {top: 427px; left: 625px;}

.tip {
		width: 300px;
		padding-top: 37px;
		display: none;
		position: relative;
		background: transparent url(images/tipTop.png) no-repeat top;}

	.tip {
	width: 300px;
	padding-top: 37px;
	overflow: hidden;
	display: none;
	position: absolute;
	z-index: 500;
	background: transparent url(images/tipTop.png) no-repeat top;}
	
.tipMid {background: transparent url(images/tipMid.png) repeat-y; padding: 0 25px 20px 25px;}
.tipBtm {background: transparent url(images/tipBtm.png) no-repeat bottom; height: 32px;}
