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

.bubblewrap li{
display:inline-block;
zoom:1; /*Trigger haslayout in IE7 and less*/
*display:inline; /*For IE7 and less*/
position:relative;
width: 65px; /*default width of each image size 65px*/
height:60px; /*default width of each image size 60px*/
}

.bubblewrap li img{
	position:absolute;
	width: 45px; /*default width of each image size 55px*/
	height: 50px; /*default height of each image size 60px*/
	left:0;
	top:25px;
	border:0;
}

.bubblewrap .tooltip{ /*CSS for image tooltip (alt attribute of image)*/
position:absolute;
font:bold 11px Arial;
padding:2px;
width:100px;
text-align:center;
background: none; /* white*/
opacity:5;
}
