	.tTip {
	width: 90px;
	position: absolute;
	cursor: pointer;
	color: #000;
	font-weight: bold;
}
	.tip {color: #333;}
	
		#cloud1 {
	top: 651px;
	left: 445px;
}
		#cloud2 {
	top: 573px;
	left: 381px;
}
		#cloud3 {top: 228px; left: 100px;}
		#cloud4 {
	top: 773px;
	left: 395px;
}
		#cloud5 {
	top: 669px;
	left: 348px;
}
				
/*-----------------------------------------------------------------------------------------------*/
/*                                         TOOLTIP STYLES                                        */
/*-----------------------------------------------------------------------------------------------*/

.tip {
	width:346px;
	height:190px;
	padding-top:30px;
	padding-left:150px;
	overflow: hidden;
	display: none;
	position: absolute;
	z-index: 500;
	background: transparent    url(../images/funnel.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;}
