.gallerycontainer{
	position: relative;
	height:300px;
	width: 800px;
	left: 0px;
	top: 0px;
}
.gallerycontainertext {
	position: relative;
	visibility: visible;
	left: 100px;
	z-index: 0;
	top: 0px;
}


.gthumbnail img{
	border: 0px solid white;
	margin: 0 0px 0px 0;
}

.gthumbnail:hover{
background-color: transparent;
}

.gthumbnail:hover img{
border: 1px solid blue;
}

.gthumbnail span{ /*CSS for enlarged image*/
	position: absolute;
	padding: 5px;
	left: -1000px;
	border: 1px solid #FFFFFF;
	visibility: hidden;
	color: black;
	text-decoration: none;
	background-color: #08396B;
}

.gthumbnail span img{ /*CSS for enlarged image*/
	padding: 2px;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
}

.gthumbnail:hover span{ /*CSS for enlarged image*/
	visibility: visible;
	left: 220px; /*position where enlarged image should offset horizontally */
	z-index: 50;
	bottom: 105px;
}
