.team_content_wrapper {
	background-color: #FFF;
	background-image: url(/home/images/featurestop_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.team_content_inner {
	width: 936px;
	margin: 0 auto;
	padding-top: 32px;
}
.team_list {
	width: 100%;
	overflow: hidden;
}
.team_list ul {
	width: 1060px;
}
.team_list ul li {
	width: 257px;
	height:357px;
	margin-right: 83px;
	margin-bottom: 60px;
	float:left;
	position: relative;
}
.tl_top {
	position: relative;
	z-index: 10;
}
.tl_photo {
	width: 257px;
	height:257px;
	margin-bottom: 27px;
}
.tl_photo_regular,
.tl_photo_hover {
	position: absolute;
	top:0;
	left:0;
}
.tl_photo_hover {
	display: none;
}



.tl_name,
.tl_position {
	text-align: center;
}
.tl_name {
	margin-bottom: 4px;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	color:#003F65;
}
.tl_position {
	font-size: 12px;
	color:#00B76C;
}
.tl_bottom {
	display: none;
	width: 257px;
	padding-bottom: 10px;
	position: absolute;
	z-index: 9;
	top: 130px;
	left: 0;
	border-radius: 5px;
	
	background: #ffffff;
	background: -moz-linear-gradient(top,  #ffffff 0%, #dddddd 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#dddddd));
	background: -webkit-linear-gradient(top,  #ffffff 0%,#dddddd 100%);
	background: -o-linear-gradient(top,  #ffffff 0%,#dddddd 100%);
	background: -ms-linear-gradient(top,  #ffffff 0%,#dddddd 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#dddddd 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dddddd',GradientType=0 );
}
.tl_bottom p {
	margin-top: 183px;
	padding: 20px;
	font-size: 12px;
	color:#454545;
	line-height: 20px;
}


