/* CSS Document */

.gallerycontainer{
	width:700px;
	position: relative;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}

.thumbnail img{
	margin: 0 5px 5px 0;
}

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

.thumbnail:hover img{
	text-decoration: none;
}

.thumbnail span{ /*Large image*/
	position: absolute;
	padding: 5px;
	left: -1000px;
	visibility: hidden;
	color: black;
	text-decoration: none;
}

.thumbnail span img{ /*Large image*/
	border-width: 0;
	padding: 2px;
	max-height:300px !important;
}

.thumbnail:hover span{ /*Large image HOVER */ 
	visibility: visible;
	top: -365px;
	left: 0;
	width:100%;
	z-index: 50;
	text-decoration: none;
	color:#8fcdfc;
	text-align:center;
	z-index: 10;
}
.thumbnail span.selected{ /* keep on page if clicked */ 
	visibility: visible;
	top: -365px;
	left: 0;
	width:100%;
	z-index: 50;
	text-decoration: none;
	color:#8fcdfc;
	text-align:center;
	z-index: 1;
}
.thumbnail:hover span.hover{ /*Large image HOVER */ 
	visibility: hidden;
}

.thumbnail {
	width:100%;
}

.thumbnail img{
	padding: 5px 10px;
}

