.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: 62px;
	height: 62px;
}
.bubblewrap li img{
	position:absolute;
	width: 62px; /*default width of each image.*/
	height: 62px; /*default height of each image.*/
	left:0;
	border:0;
}
.bubblewrap .tooltip{ /*CSS for image tooltip (alt attribute of image)*/
	position:absolute;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: #333;
	width: 140px;
	text-align:center;
	padding-top: 4px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	/* fallback */
	background-color: #deddde;
	/* Safari 4-5, Chrome 1-9 */
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#cacaca), to(#deddde));
	/* Safari 5.1, Chrome 10+ */
	background: -webkit-linear-gradient(top, #deddde, #cacaca);
	/* Firefox 3.6+ */
	background: -moz-linear-gradient(top, #deddde, #cacaca);
	/* IE 10 */
	background: -ms-linear-gradient(top, #deddde, #cacaca);
	/* Opera 11.10+ */
	background: -o-linear-gradient(top, #deddde, #cacaca);
	-moz-box-shadow: 2px 2px 2px #111;
	-webkit-box-shadow: 2px 2px 2px #111;
	box-shadow: 2px 2px 2px #333;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #F2F2F2;
	border-right-color: #bababa;
	border-bottom-color: #bababa;
	border-left-color: #F2F2F2;
}
