.album-wrapper {
	display: table;
	width: 100%;
}

.thumbnail-index {
	position: absolute;
	top: -60px;
	left: 0px;
	font-family: Helvetica, sans-serif;
	font-size:  7em;
	color: rgb(230, 230, 230);
	z-index: -1;
}

.thumbnail-index-wrap {
	float: left;
	text-align: center;
	position: relative;
	border: solid 1px rgb(192, 192, 192);
	background-color: rgb(210, 210, 210);
	margin: 2px;
	overflow: hidden;
	padding: 20px;
	z-index: 3;
}

.thumbnail-index-frame {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	width: 138px;
	height: 138px;
	z-index: 5;
}

thumbnail-index-frame * {
	vertical-align: middle;
}

.thumbnail-index-frame img {
	border:  1px solid rgb(10, 10, 10);
	z-index: 6;
}
