a.bioPhoto {
	position: relative;
	display: block;
	height: auto;
	width: 200px;
	float: left;
	margin: 0 15px 20px 0;
}

a.bioPhoto div.fname {
	width: 200px;
	position: absolute;
	bottom: 24px;
	left: 0;
	font-family: "Arial Narrow", Verdana, Geneva, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 28px;
	line-height: 29px;
	color: #fff;
	text-align: center;
	z-index: 100;
}

a.bioPhoto div.lname {
	width: 200px;
	position: absolute;
	bottom: 0px;
	left: 0;
	font-family: "Arial Narrow", Verdana, Geneva, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 28px;
	line-height: 29px;
	color:#000;
	text-align: center;
	background: #fff;
	z-index: 100;
}