.bubblewrap
{
	margin-top: 30px;
	padding: 0;
	list-style-type: none;
}

.bubblewrap li
{
	display: inline-block;
	zoom: 1; /* Trigger haslayout in IE7- */
	*display: inline; /* For IE7- */
	position: relative;
	width: 150px;
	height: 150px;
}

.bubblewrap li img
{
	border: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 150px; /*default width of each image.*/
	height: 150px; /*default height of each image.*/
}

/* CSS for image tooltip (img alt attr) */
.bubblewrap .tooltip
{
	padding: 2px;
	position: absolute;
	width: 100px;
	background: transparent;
	font: bold 22px Arial;
	text-align: center;
}
