div.photoContainer {

	width: 160px;
	height: 160px;
	overflow: hidden; 
	position: relative;
	float: left;
	background-color: #C4A3AE;
}

div.photoContainer[class] {
	display: table;
	position: static;	
}

div.photoMiddle {
	width: 160px;
	text-align: center;
	/*position: absolute;*/ 
	/*top: 50%;*/
}

div.photoMiddle[class] {
	display: table-cell; 
	vertical-align: middle; 
	position: static;
}


div.photoContainer div.photoMiddle img {
	/*position: relative; top: -50%;*/
}

div.photoAndDesc {
	margin-right:21px;
	margin-top:21px;
	width: 160px;

	overflow: hidden; 
	position: relative;
	float: left;

}

p.desc {
	float:left;
	margin-top:3px;
	padding:10px;
	text-align:center;
	background-color: #CACACA;
	width:140px;
	height:46px;
}









