A:link {text-decoration: none}
A:visited {text-decoration: none}
A:active {text-decoration: none}
A:hover {text-decoration: underline; color: blue;}

img {border: 1px solid #000000;}

/*eventually switch to 'thumbnails' class */
.thumbnail:hover {border: 1px solid blue;}


.imagecontainer img
{
position:static;
}  

.thumbnail span{ 
position: absolute;
left: 482px;
top: 187px;
/*border: 1px black;*/
visibility: hidden;
color: black;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
/*border: 2px black;*/
visibility: visible;
}
