.bubblewrap{
list-style-type:none;
margin:0;
padding:0;
}


.bubblewrap li img{
position:absolute;
width: 64px; /*default width of each image.*/
height: 64px; /*default height of each image.*/
left:0;
top:0;
border:0;
}

.bubblewrap .tooltip{ /*CSS for image tooltip (alt attribute of image)*/
position:absolute;
font:bold 22px Arial;
padding:2px;
width:130px;
/*height:40px;*/
text-align:center;
color:White;
background:rgb(0,102,153);
border:2px solid white;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;

}