BODY {color:white;font-family:arial;background:url(images/waterlng.gif) repeat #0E4186}
P,TD,TH,TR {color:navy;font-family:arial}
A:link {color:blue}
A:visited {color:darkgreen}
A:hover {color:red}



.thumbnailrowr{
position:  relative;
z-index: 0;
}

.thumbnailrowr:hover{
background-color: transparent;
z-index: 50;
}

.thumbnailrowr span{ /*CSS for enlarged image*/
position: absolute;
background-color:  #f7f7f7;
padding: 3px;
right: 100px;
bottom: 90px;
border: 4px groove #022c6e;
visibility: hidden;
color: black;
font-size: 10px;
text-decoration: underline;
z-index: 100;
}

.thumbnailrowr span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 0px;
}

.thumbnailrowr:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
bottom: 90px;
right: 100px; /*position where enlarged image should offset horizontally */
}



.thumbnailrowl{
position: relative;
z-index: 0;
}

.thumbnailrowl:hover{
background-color: transparent;
z-index: 50;
}

.thumbnailrowl span{ /*CSS for enlarged image*/
position: absolute;
background-color:  #f7f7f7;
padding: 3px;
left: 100px;
bottom: 90px;
border: 4px groove #022c6e;
visibility: hidden;
color: black;
font-size: 10px;
text-decoration: underline;
z-index: 100;
}

.thumbnailrowl span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 0px;
}

.thumbnailrowl:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
bottom: 90px;
left: 100px; /*position where enlarged image should offset horizontally */
}



