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

.bubblewrap li{
	display: inline-block;
	background-position: center;
	zoom: 1; /*Trigger haslayout in IE7 and less*/ *;
	display: inline; /*For IE7 and less*/;
	position: relative;
	width: 65px;
	height: 60px;
	vertical-align: middle;
	text-align: center;
}

.bubblewrap li img{
	background-position: center;
	position: absolute;
	width: 55px; /*default width of each image.*/;
	height: 60px; /*default height of each image.*/;
	left: 0;
	top: 0;
	border: 0;
	vertical-align: middle;
	text-align: center;
}

.bubblewrap .tooltip{
	/*CSS for image tooltip (alt attribute of image)*/
background-position: center;
	position: absolute;
	font: bold small Calibri;
	padding: 2px;
	width: 100px;
	text-align: center;
	background: white;
	vertical-align: middle;
}