@charset "UTF-8";

.teambox{
	width:940px; margin:0 auto; position:relative;
}

#the_team > h2 {
  
}

#team {
  margin: 20px 0 42px;
  height: 740px; background:url(../images/bgteam.jpg) center 320px no-repeat;
}

#team_items {
  height: 906px;
  position: absolute;
  left: 0;
  right: 0;
  overflow: hidden;
}

#team_items > ul {
  margin: 0;
  padding: 0;
  list-style: none;
  zoom: 1;
}

#team_items > ul:after {
  content: "";
  clear: both;
  display: block;
}

#team_items > ul > li {
  float: left;
  width: 200px;
  height: 500px;
  position: relative;
  list-style: none;
  text-align: center;
}

.resizer {
  width: 253px;
  height: 500px;
  margin-left: -26px;
  -webkit-backface-visibility: hidden;
  /* trigger hardware acceleration on iOS */
}

.resizer > img {
  display: block;
  margin: 0 auto;
}

#team .markers {
  display: none;
}

#team button {
  margin: 232px 0 0;
}

#member_name {
  position: absolute;
  width: 980px;
  margin: 517px 0 0;
}

#member_name > p {
  margin: 0 auto;
  width: 250px;
  min-height: 30px;
  padding:13px 5px 5px;
  background: #a19272;
  color: #fff;
  text-align: center;
  position: relative;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  line-height: 1; font-size:16px;
}
#member_name > p:after {
  content: " ";
  width: 28px;
  height: 8px;
  background:url(../images/namebg.png);
  position: absolute;
  top: -8px;
  left: 50%;
  margin-left: -15px;
}

#member_name > p b {
	font-weight:normal;
}

#member_details {
  position: absolute;
  width: 940px;
  margin: 570px 0 0;
}

#member_details > ul {
  margin: 0;
  min-height: 150px;
  background: #545454 ;
  padding: 30px 20px 0 30px;
  color: #fff;
  list-style: none;
  zoom: 1;
}

#member_details > ul:after {
  content: ".";
  clear: both;
  display: block;
  visibility: hidden;
  height: 0;
}

#member_details li {
	float:left;
  width: 200px;height:70px;

}

#member_details h2 {
  color: #fff; background:url(../images/titmem.png) right center no-repeat; width:35px; padding-left:5px;
  margin: 0 0 3px;
}
#member_details h2.unl{
	width:47px;
}

#member_details li.member_tit {
	position:relative;
  width: 600px; padding-right:40px;
  padding-left: 50px;

}

.member_tit > h2 {
  position:absolute; left:0;
}

#member_bio > p {
  color: #a19272;
  margin: 0;
}

button.prev, button.next {
  border: 0;
  background: url(../images/bg_button.png);
  padding: 10px 10px;
  position: absolute;
  z-index: 149; cursor:pointer;
  overflow: visible;
  /* :hack: IE7 width */
}

button.prev {
  left: 0;
  display: inline;
}

button.next {
  right: 0;
  float: right;
}

button.prev:focus, button.prev:hover, button.next:focus, button.next:hover {
  background: url(../images/bg_button_over.png);
}
