
.gallery-container {
	margin-right: 3px;
	margin-bottom: 5px;
	float: left;
	border: 1px solid black;
	padding: 2px;
	width: 100px;
	height: 100px;
	position: relative;
	z-index: 0;
	border-radius: 8px;
}

div.thumb-wrap {
	display: block;
	border: 1px solid black;
	overflow: hidden;
	height: 100%;
	border-radius: 8px;
}}

div.thumb-wrap img {
	display: block;
	max-width: 90px;
	max-height: 90px;
	width: 100%;
	height: auto;
	margin: 0 auto;
}

.gallery-container:hover span.filename {
	color: blue;
	text-decoration: underline;
	height: auto;
}

.gallery-container:hover {
	box-shadow: 8px 8px 5px #888;
	z-index: 1;
}

.gallery-container span.filename {
	position: absolute;
	bottom: 3px;
	padding-bottom: 0px;
	display: block;
	width: 91px;
	background-color: white;
	text-align: center;
	height: 16px;
	overflow: hidden;
	text-decoration: none;
	border: 1px solid #ccc;
	border-radius: 8px;
}
