/* CSS Document for Water Resistance*/

<style type="text/css">

.thumbnail2{
position: relative;
z-index: 0;
}

.thumbnail2:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail2 span{ /*CSS for enlarged image*/
position: absolute;
background-color: white;
padding: 0px;
border-style: solid;
border: 0px;
visibility: hidden;
color: #666666;
text-decoration: none;
}

.thumbnail2 span img{ /*CSS for enlarged image*/
padding: 0px;
}

.thumbnail2:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 410;
left: 920px; /*position where enlarged image should offset horizontally */

}

</style>