/* 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;
}

.thumbnail:hover span{ /*Large image*/
	visibility: visible;
	top: -365px;
	left: 142px;
	z-index: 50;
	text-decoration: none;
	color:#8fcdfc;
	text-align:center;
}

.thumbnail {
	width:100%;
}

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

