.imageBox {
	position: relative;
	width: 100%; height: 20%;
	padding: 0px;
	margin: 0px;
	float: left;
	overflow: hidden;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;	
}

.figure {
	position: absolute;
	bottom: 0; bottom: 0;
	padding: 0px;
	margin: 0px;
	background: white;
}
.imageBox .tr-opacity {
	opacity: 1.0;
	-webkit-transition: opacity 0.5s;
	-moz-transition: opacity 0.5s;
	-o-transition: opacity 0.5s;
	transition: opacity 0.5s;
}
.imageBox:hover .tr-opacity {
	opacity: 1.0;
}

.imageBox .tr-slideIn {
	bottom: -50%;
	width: 100%; height: 100%;
	margin: 0;
	padding-bottom: 0px;
	opacity: 0.7; 
	background: #fff;
	color: #fff;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.imageBox:hover .tr-slideIn {
	bottom: 0;
}

.imageBox .tr-slideImgOut {
	position: absolute;
	bottom: 0px; 
	-webkit-transition: bottom 0.5s;
	-moz-transition: bottom 0.5s;
	-o-transition: bottom 0.5s;
	transition: bottom 0.5s;
}
.imageBox:hover .tr-slideImgOut {
	bottom: 100%;
}
