<STYLE>
<!--body {font-family: verdana; font-size: 11px; line-height:16px;  color: 000000; background-color:#ffffff;
scrollbar-3d-light-color:#524A52; 
scrollbar-arrow-color:#000000; 
scrollbar-base-color:#524A52; 
scrollbar-darkshadow-color:#000000; 
scrollbar-track-color: #524A52; 
scrollbar-face-color:#524A52; 
scrollbar-highlight-color:#000000; 
scrollbar-shadow-color:#524A52}
td {font-family: verdana; font-size: 11px; line-height:16px; color: 000000}
a:link {color: #ea312f; text-decoration: none}
a:visited {color: #ea312f; text-decoration: none}
a:active {color: #ea312f; text-decoration: underline}
a:hover {color: #ea312f; text-decoration: underline}

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: white;
padding: 5px;
left: -1000px;
border: 1px solid black;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: -50px;
left: 60px; /*position where enlarged image should offset horizontally */
}
-->
</STYLE>