#team_cpm {
	background: transparent url(../images/cpm.png) no-repeat top left;
}
#team_content {
	padding: 10px 20px;
}

#team_left {
	width: 435px;
	background-color: #D7D7D7;
	padding: 0px 10px;
}
#team_right {
	width: 450px;
	padding: 10px;
	background-color: #979696;
}
.team_section {
	clear: both;
}

.team_section_title {
	background-color: #888787;
	color: #fff;
	padding: 10px 25px;
	font-weight: bold;
	text-transform: uppercase;
}	
.team_section_clear {
	height: 20px;
	clear: both;
}
.team_profile_member {
	width: 50px;
	height: 50px;
	margin: 6px 6px 0px 0px;
	float: left;
	cursor: pointer;
	cursor: hand;
}
.team_section div.selected {
	-moz-box-shadow: 5px 5px 5px #888;
	-webkit-box-shadow: 5px 5px 5px #888;
	box-shadow: 5px 5px 5px #888;
}
.team_profile_img {
	background: transparent url(../images/team_profile.png) no-repeat top left;
	width: 50px;
	height: 50px;
	margin: 10px;
	float: left;
	cursor: pointer;
	cursor: hand;
}
#team_profile_ctn {
	background-color: #888787;
	overflow: hidden;
	padding: 10px 20px;
}
#slideshow_cont_team {
	margin: 0px;
}
#team_profile_info_left {
	float: left;
	padding-top: 10px;
}
#team_profile_info_right {
	float: right;
	padding: 10px 0px;	
}
.team_profile_info_section {
	margin: 5px;
}
.team_profile_info_section_title {
	color: #FFFA42;
	font-size: 14px;
	font-weight: bold;
}
.team_profile_info_section_data, .team_profile_info_section_data_link {
	color: #FFF;
	font-size: 13px;
	font-weight: bold;	
}
.team_profile_info_section_data_link {
	padding: 10px;
	float: left;
	text-decoration: underline;
}
#team_profile_info_website, #team_profile_info_actionshot {
	cursor: pointer;
	cursor: hand;
	float: left;
}

#team_profile_info_website {
	background: transparent url(../images/team_profile_website.png) no-repeat top left;
	width: 30px;
	height: 44px;
}
#team_profile_info_actionshot {
	background: transparent url(../images/team_profile_actionshot.png) no-repeat top left;
	width: 26px;
	height: 35px;
}
#team_profile_desc {
	background-color: #888787;
	color: #fff;
	margin-top: 10px;
	padding: 20px;
	font-size: 13px;
	font-weight: bold;	
}
.slideshow_btn {
	font-size: 11px;
	padding: 5px 8px;
}