


/* tooltip styling */
.tooltip {
	display:none;
	background:url(../../images/arrow.png) no-repeat bottom center;
	height:234px;
	width:220px;
	color:#000;
	text-align: center;
}

/* a .label element inside tooltip */
.tooltip .label {
	color:yellow;
	width:35px;

}

.tooltip a {
	color: #000;
}

#galnav {
padding-top: 25px;
font-size: 15px;
line-height:180%;
position: relative;
z-index:100;
}


