#hintbox{ /*CSS for pop up hint box */
position:absolute;
top: 0;
background-color: #ffffff;
width: 90px; /*Default width of hint.*/ 
padding: 10px;
z-index:100;
border: 1px #00536c solid;
visibility: hidden;
}

#hintbox img{
	z-index:200;
	float:left;
}
