#slide{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 648px;
	height:178px;
}

.thumbnail img{
border: 2px solid #000000;
margin: 25px 14px;
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
border: 2px solid #000000;
}

.thumbnail span{ /*CSS for enlarged image*/
    position: absolute;
	top:-200px;
	left:200px;
    width:385px;
	height:289px;
	border: 0px solid #000000;
	margin:0;
	visibility: hidden;
    text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 0px;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
position: absolute;
top: -441px;
left: 215px; 
z-index: 50;
}