/* tooltip styling */ 

.tooltip {
	display:none;
    background:url("images/black_arrow.png") no-repeat !important; 
	font-size:12px;
	height:70px;
	width:160px;
	padding:25px;
	color:#fff;	
}
 
/* a .label element inside tooltip */ 
.tooltip .label { 
    color:yellow; 
    width:35px; 
} 
 
.tooltip a { 
    color:#ad4; 
    font-size:11px; 
    font-weight:bold; 
}

.tooltip a.invisibleButton { 
	display:block;
	width:360px;
	height:205px;
}


