.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
font: italic small-caps bold 12px arial;
color: ivory;
text-decoration: none;
background-color: black;
z-index: 50;
}

.thumbnail span{ /*enlarged image*/
position: absolute;
background-color: black;
padding: 5px;
left: 0px;
border: 2px double ivory;
visibility: hidden;
}

.thumbnail span img{ /*enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*enlarged image on hover*/
white-space: nowrap;
visibility: visible;
top: -160;
left: 50px;
width: 405px;
}

/* THUMBNAIL2 */

.thumbnail2{
position: relative;
z-index: 0;
}

.thumbnail2:hover{
font: italic small-caps bold 12px arial;
color: ivory;
text-decoration: none;
background-color: black;
z-index: 50;
}

.thumbnail2 span{ /*enlarged image*/
position: absolute;
background-color: black;
padding: 5px;
left: 0px;
border: 2px double ivory;
visibility: hidden;
}

.thumbnail2 span img{ /*enlarged image*/
border: 2;
padding: 2px;
}

.thumbnail2:hover span{ /*enlarged image on hover*/
white-space: nowrap;
visibility: visible;
top: -250;
left: 50px;
width: 470px;
}
