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

.bubblewrap li{
display:inline-block;
zoom:1; /*Trigger haslayout in IE7 and less*/
*display:inline; /*For IE7 and less*/
position:relative;
/*width: auto;
height: 35px;*/
background: none;
padding: 0px;

/*width: 50px;
height: 30px;*/
}

.bubblewrap li a
{
	display: block;
}

.bubblewrap li img{
/*position:absolute;
width: auto; 
height: 45px; */
left:0;
top:0;
/*border: 1px solid #C0C0C0;
background: #FFFFFF;
padding: 3px;*/

position: absolute;
height: auto;
width: auto;
}

.bubblewrap li a:hover img
{
/*	width: auto;*/
border: 1px solid #C0C0C0;
background-color: #F4F4F4;
padding: 4px;
}

.bubblewrap .tooltip{ /*CSS for image tooltip (alt attribute of image)*/
position:absolute;
font:bold 12px Arial;
padding:2px;
width:100px;
text-align:center;
background:transparent;
text-shadow: 1px 1px 1px #000;
color: #005A8C;
}

