
.box {
	float:left;
	position: relative;
}

.box-content {
}

.box-overlay {
	width: 100%;
	height: 100%;
	position: absolute;
	top:0;
	left:0;
	z-index:10;
}

a.link {}

/* custom css styling */
.box-content .box-wrapper {}
.box-content span.name {}

.box-content .row {}	


	