.feature01 {
  display: block;
	/*border: 1px solid #dfd0cb;
  border-width: 0 1px 1px 0;*/
	margin: 0px 5px 1em 5px;
	float: left;
	position: relative;
}

a.feature01:hover {
	border-color: #000;
}

a.feature01:hover .overlay01 {
	position: absolute;
	z-index: 3;
	width: 150px;
	height: 100px;
	border: 3px solid #000;
}
a.feature01 .overlay01 .caption01 {
	position: absolute;
	height: 100px;
	line-height: 20px;
	text-align: center;
	width: 100%;
	z-index: 3;
	text-indent: -9999em;
	color: #fff;
	font-size: 11px;
	bottom: 0;
	overflow: hidden;
}
a.feature01:hover .caption01 {
	text-indent: 10px;
	background: rgb(0,0,0);
	/* for browsers that know rgba */
	background: rgba(0, 0, 0, 0.75);
}
a.feature01 img {
	display: block;
}




/* Whales: Bone to Book */
.page-digital-library-exhibition-bone-to-book h1 {
	display: none;
}
#table-bone-to-book-feature {
	width: 435px;
	margin: 50px auto 0;
	border: 0;
}
#table-bone-to-book-feature td {
	width: 50%;
	text-align: center;
}
a.bone-to-book-feature {
  display: block;
	position: relative;
}
a.bone-to-book-feature img {
	display: block;
	border: 1px solid #999;
}

#table-bone-to-book-feature .overlay {
  display: block;
	position: absolute;
	top: 0;
	left: 0;
	height: 200px;
	width: 200px;
	z-index: 3;
	border: 3px solid #000;
	padding-top: 5px;
	line-height: 20px;
	color: #fff;
	font-size: 14px;
	overflow: hidden;
	background: rgb(0,0,0);
	background: rgba(0, 0, 0, 0.75);
	display: none;
}

#table-bone-to-book-feature a:hover .overlay {
	display: block;
}



/* Paper Engineering */
.view-display-id-block_3 .cols-3 td {
	width: 33%;
}

