

.why_icon_2 {
	float: left;
	height: 75px;
	width: 64px;
	margin-right: 65px;
}

.bubblewrap{
	list-style-type:none;
	margin:0;
	padding:0;
	width: 680px;
}

.bubblewrap li{
	display:inline-block;
	zoom:1; /*Trigger haslayout in IE7 and less*/
*display:inline; /*For IE7 and less*/
	position:relative;
	width: 62px;
	height:680px;
	margin-right: 60px;
}

.bubblewrap li img{
position:absolute;
width: 62px; /*default width of each image.*/
height: 83px; /*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 12px Arial;
padding:2px;
width:80px;
text-align:center;
background:white;
}
