.thumbnail2{
	position:relative;
	z-index: 0;
}

.thumbnail2:hover{
background-color: transparent;
z-index: 1;
}

.thumbnail2 span{ /*CSS for enlarged image*/
position: absolute;
background-image:url(../images/balloon2.png);
background-repeat:no-repeat;
padding: 15px;
left: 0px;
border: 0px;
visibility:hidden;
color: black;
text-decoration: none;
behavior: url("css/iepngfix.htc");
}

.thumbnail2 span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail2:hover span{ /*CSS for enlarged image on hover*/
width:200px;
visibility: visible;
top: 0;
font-size:11px;
font-family:Arial, MS PGothic;
left: 0px; /*position where enlarged image should offset horizontally */
top:-85px;
line-height:130%;
}
