/*Credits: Dynamic Drive CSS Library for viewing script*/
/*URL: http://www.dynamicdrive.com/style/ */

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

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}
.thumbnail:link, .thumbnail:visited, .thumbnail:hover, .thumbnail:active {
text-decoration:none;
}
.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 2px groove #000000;
visibility: hidden;
color: black;
text-decoration: none;
text-align: left;
}

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

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: -20px;
left: 20px; /*position where enlarged image should offset horizontally */
}
p{
font-family: Arial, sans-serif;  font-size: 75%; text-align: left;
}
#small span {
 font-family: Arial, sans-serif;  font-size: 60%; text-align: center;
}
