<style type="text/css">

STYLE BODY {
	FONT-FAMILY: verdana, arial, helvetica, sans-serif; FONT-SIZE: 11px
}
TD {
	FONT-FAMILY: verdana, arial, helvetica, sans-serif; FONT-SIZE: 11px
}
.mash {
	COLOR: #D7DAE0; FONT-FAMILY: arial, helvetica, sans-serif; FONT-SIZE: 15px
}
A:link {
	COLOR: #D7DAE0; FONT-FAMILY: variable; TEXT-DECORATION: none
}
A:visited {
	COLOR: #D7DAE0; FONT-FAMILY: variable; TEXT-DECORATION: none
}
A:active {
	COLOR: #DA3923; FONT-FAMILY: variable; TEXT-DECORATION: none
}
A:hover {
	COLOR: #DA7D23; TEXT-DECORATION: none
}



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

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

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: black;
padding: 2px;
left: -1000px;
border: 5px solid white;
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: -120;
left: 360px; /*position where enlarged image should offset horizontally */

}

</style>