@charset "utf-8";
#tc_main{
	float: left;
	width: 555px;
	position: relative;
	overflow: hidden;
	height: 445px;
}
.team_nav{
	position: relative;
	width: 395px;
	float: left;
	margin-left: -235px;
	overflow: hidden;
	margin-right: 5px;
	height: 445px;
	z-index: 0;
}
.team_nav_trans{
	background-color: #423630;
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0px;
	top: 0px;
}
.team_container{
	width: 555px;
	position: absolute;
	left: 0px;
	top: 0px;
	overflow: hidden;
	height: 445px;
	display: none;
}
.team_container .topsec{
	background-color: #776D66;
	position: relative;
}
.team_container .txtcontent{
	position: relative;
	padding: 10px;
	min-height:430px;
}
.footsec{
	position: absolute;
	background-color: #423630;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 5px;
	width: 100%;
	left: 0px;
	bottom: 0px;
}
.tcWidth{
	width: 230px;
}
.txScroll{
	height: 455px;
	width: 555px;
}