.tipsy { 
	padding: 6px; 
	font-size: 12px; 
	background-repeat: no-repeat;	
	background-image:url(../images/tooltip/arrow.png) ;
	background-position: left top;
}
  .tipsy-inner { 	
	  background-image:url(../images/tooltip/boxLeft.png); 
	  color: #939392; 
	  max-width: 200px; 
	  height: 33px; 
	  padding-left:12px;
	background-repeat: no-repeat;	
	background-position: left top;
  }
  	
		.tipsy .tipsy-text {
	  background-image:url(../images/tooltip/boxRight.png); 
	  padding: 6px 12px 5px 0px;
	  color: #939392; 
	  max-width: 200px; 
	  text-align: left; 
	background-repeat: no-repeat;	
	background-position: right top;
		}
	  
  .tipsy-inner { }
  .tipsy-north { background-position: top center; }
  .tipsy-south { background-position: bottom center; }
  .tipsy-east { background-position: right center; }
  .tipsy-west { background-position: left center; }


  .tipsy-arrow { z-index:100001; position: absolute; background: url(../images/tooltip/boxLeft.png) no-repeat top left; width: 9px; height: 8px; }
  .tipsy-n .tipsy-arrow { top: 0; left: 50%; margin-left: -4px; }
    .tipsy-nw .tipsy-arrow { top: 0; left: 10px; }
    .tipsy-ne .tipsy-arrow { top: 0; right: 10px; }
  .tipsy-s .tipsy-arrow { bottom: 0; left: 50%; margin-left: -4px; background-position: bottom left; }
    .tipsy-sw .tipsy-arrow { bottom: 0; left: 10px; background-position: bottom left; }
    .tipsy-se .tipsy-arrow { bottom: 0; right: 10px; background-position: bottom left; }
  .tipsy-e .tipsy-arrow { top: 50%; margin-top: -4px; right: 0; width: 5px; height: 9px; background-position: top right; }
  .tipsy-w .tipsy-arrow { top: 50%; margin-top: -4px; left: 0; width: 5px; height: 9px; }

