<style type="text/css">

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.gallerycontainer{
position: relative;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail img{
	border: 1px solid white;
	margin: 3px;
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
border: 1px solid #000000;
}

.thumbnail span{
	position: absolute;
	background-color: #CCCCCC;
	left: -1000px;
	border: 1px dashed gray;
	visibility: visible;
	color: black;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	
}

.thumbnail span img{
	border-width: 0;
	padding: 5px;
	background-color: #666666;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: 215px;
left: 325px; /*position where enlarged image should offset horizontally */
z-index: 50;
.thumbnailsilver:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: 415px;
left: 320px; /*position where enlarged image should offset horizontally */
z-index: 50;
}
</style>
