/* @group Photo Album */

/* @group Photo Album */

/* @group Index Page (Thumbnail view) */

.album-description {
	margin-bottom: 20px;
}

.album-wrapper {
	overflow: hidden;
}


.thumbnail-wrap {
	text-align: center;
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
	margin-bottom: 60px;
	margin-right: 10px;
	width: 90px !important;
	height: 90px !important;
}

.thumbnail-frame {
	position: relative;
   left: auto;
   padding: 0;
   margin: 0;
}

.thumbnail-frame img {
    margin: 0;
    padding: 0;
    display: block;
    overflow: hidden;
    width: auto;
    height: auto;
    position: absolute;
    clip: rect(0px 90px 90px 0px);
    z-index: 50;
}

.thumbnail-caption {
	display: block;
	position: absolute;
	z-index: 100;
	bottom: -130px;
	text-align: center;
	width: 90px;
	margin: 0;
	padding: 0;
}

.thumbnail-caption {
	color: #c00101;
	font-size: 10px;
}
	
/* @end */