.bubblewrap{
list-style-type:none;
margin:0;
padding:0;
width:120px;
float:right


}

.bubblewrap li{
display:inline-block;
zoom:1; /*Trigger haslayout in IE7 and less*/
*display:inline; /*For IE7 and less*/
position:relative;
width: 35px;
height:34px;
}

.bubblewrap li img{
position:absolute;
width: 36px; /*default width of each image.*/
height: 34px; /*default height of each image.*/
left:0;
top:0;
border:0;
}

.bubblewrap .tooltip{ /*CSS for image tooltip (alt attribute of image)*/
position:absolute;
font:normal 11px Arial;
color:#24578A;
padding:2px;
width:100px;
text-align:center;
background:white;
}

#orbs li{
width: 36px; /*width of image container. Should be wider than contained images (before bubbling) */
height:34px; /*height of image container. Should be taller than contained images (before bubbling) */
}

#orbs li img{
width: 36px; /*width of each image before bubbling*/
height: 34px; /*height of each image*/
}

#squares li{
width:36px; /*width of image container. Must be wider than contained images (before bubbling) */
height:34px; /*height of image container. Must be taller than contained images (before bubbling) */
}

#squares li img{
width: 31px; /*width of each image before bubbling*/
height: 31px; /*height of each image*/
}