div#content {
	width: 770px;
	padding-right: 108px;
}

h2#nuwa_team { background: url(../images/h2_nuwa_team.png) no-repeat;  }

ul#team_list {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

ul#team_list li {
	float: left;
	list-style-type: none;
	width: 254px;
	height: 306px;
	padding: 0px;
	margin: 0 0 30px 0;
	background-image: url(../images/team_list_bg.png);
	background-repeat: no-repeat;
}

ul#team_list li div.team_overflower {
	width: 228px;
	height: 283px;
	padding: 18px 0 0 13px;
	position: relative;
	overflow: hidden;
	
}

ul#team_list li div.team_overflower div.overlay_trans {
	width: 228px;
	height: 283px;
	background-image: url(../images/our_team_trans_pattern.png);
	position: absolute;
	z-index: 1;
	top: 249px;
	left: 13px;
}

ul#team_list li div.team_overflower div.overlay_trans h4 {
	color: #ceeb9d;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 16px 16px 20px 16px;
}

ul#team_list li div.team_overflower div.overlay_trans p {
	font-size: 11px;
	color: #ffffff;
	line-height: 16px;
	margin: 0px;
	padding: 0 16px 0 16px;
}