div.member_card {
	width:184px;
	height:130px;
	float:left;
	text-align:center;
	}
div.member_card p.ph {
	width:172px;
	height:106px;
	margin:0 auto;
	}
div.member_card p.ph a img {
	border:1px dashed #0A50A1;
	}
div.member_card p.ph a:hover img {
	border:1px dashed #f00;
	}
div.member_card p.name {
	padding-top:5px;
	text-align:center;
	font-size:11px;
	line-height:11px;
	}
div.member_card p.name a {
	font-size:11px;
	line-height:11px;
	}
#lightbox {
	top:10px ! important;
	}
	
div.member {
	width:100%;
	overflow:hidden;
	margin-bottom:20px;
	}
div.member div.ph {
	float:left;
	width:210px;
	}
div.member div.ph p.namecard {
	height:122px;
	}
div.member div.ph p.namecard a {
	line-height:0;
	font-size:0;
	padding:0;
	}
div.member div.ph p.namecard a img {
	border:1px dashed #0A50A1;
	}
div.member div.ph p.thumbnails {
	width:100%;
	overflow:hidden;
	padding-left:1px;
	padding-top:5px;
	}
div.member div.ph p.thumbnails a {
	font-size:0;
	line-height:0;
	display:block;
	width:50px;
	float:left;
	text-align:center;
	}
div.member div.ph p.thumbnails a img {
		border:1px dashed #0A50A1;
	
	}
div.member p.name {
	float:left;
	width:338px;
	font-size:16px;
	color:#fff;
	font-weight:bold;
	line-height:16px;
	padding:4px 0 4px 5px;
	/*padding-bottom:5px;*/
	/*border-bottom:2px solid #0A50A1;*/
	margin-bottom:8px;
	background-color:#0A50A1;
	border-top:4px solid #13007c;
	border-bottom:4px solid #13007c;
	}
div.member dl {
	float:left;
	width:338px;
	border-bottom:1px solid #ccc;
	}
div.member dl dt, div.member dl dd {
	border-top:1px solid #ccc;
	padding:2px 0;
	}

div.member dl dt {
	clear:both;
	float:left;
	width:70px;
	font-weight:bold;
	text-align:right;
	
	}
div.member dl dd {
	float:left;
	width:268px;
	}