@charset "utf-8";
#main #desc {
	width: 660px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
	color: #AB1E48;
	background-color: #000;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
#desc .aphoto {
	height: 230px;
	width: 180px;
	float: left;
	display: inline;
	background-image: url(../images/team/apbg.gif);
	background-repeat: no-repeat;
	margin: 20px;
	position: relative;
	cursor: pointer;
}
.aphoto .photoimg {
	height: 180px;
	width: 150px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 30px;
}

.aphoto .photobg {
	height: 35px;
	position: absolute;
	bottom: 0px;
	width: 80px;
	padding-top: 25px;
	padding-left: 100px;
	font-weight: bold;
}
.aphoto .photobg div {
	background-image: url(../images/team/btn.gif);
	height: 25px;
	width: 70px;
	text-align: center;
	color: #FFF;
	line-height: 25px;
	overflow: hidden;
}
.iframeTooltip
{
	position: absolute;
	z-index: 1010;
	filter:alpha(opacity:0.1);
}

.tooltipContent
{
	width: 460px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	line-height: 20px;
	overflow: hidden;
	height: 384px;
	background-image: url(../images/team/tooltipbg.gif);
	background-repeat: no-repeat;
	padding-top: 8px;
	padding-right: 20px;
	padding-bottom: 8px;
	padding-left: 20px;
}
.tooltipContent .personname {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	background-image: url(../images/team/btn.gif);
	background-position: 0px center;
	background-repeat: no-repeat;
	height: 30px;
	padding-left: 12px;
	line-height: 30px;
}
.personname h2 {
	font-family: Verdana, Geneva, "微软雅黑", "黑体";
	font-size: 14px;
	line-height: 30px;
	font-weight: bold;
	color: #FFF;
}
.tooltipContent .persondesc {
	height: 335px;
	margin-top: 8px;
	overflow: auto;
}

