/* CSS Document for Clasp Types*/

<style type="text/css">

.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: 0px;
border-style: solid;
border: 0px;
visibility: hidden;
color: #666666;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
padding: 0px;
}

table.firefox {
border-collapse: collapse;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 550;
left: 900px; /*position where enlarged image should offset horizontally */

}

</style>