/*-----------------------------------------------------------------------------------------------*/
/*                   A BETTER TOOLTIP - POWERED BY JQUERY AWESOMENESS                            */
/*                   AUTHOR: jon cazier                                                          */
/*                   EMAIL: jon at 3nhanced dot com                                              */
/*-----------------------------------------------------------------------------------------------*/




	
	.tTip {position: absolute; cursor: pointer; color: #ffffff; font-weight: bold;}
	.tip {color: #fff; font-family:Tahoma, Geneva, sans-serif; font-size:11px;}
	
		
		#cloud2 {top: 148px; left: 256px;}
		#cloud3 {top: 148px; left: 382px;}
		#cloud4 {top: 148px; left: 511px;}
		#cloud5 {top: 148px; left: 630px;}
		#cloud6 {top: 148px; left: 776px;}
		#cloud7 {top: 148px; left: 914px;}
		#cloud8 {top: 148px; left: 1012px;}
				
/*-----------------------------------------------------------------------------------------------*/
/*                                         TOOLTIP STYLES                                        */
/*-----------------------------------------------------------------------------------------------*/

.tip {
	width: 212px;
	padding-top: 27px;
	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;}
