/** page structure **/
#w {
  display: block;
  margin: 0 auto;
  width: 900px;
  padding: 10px 25px;
  background: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.3);
  -moz-box-shadow: 0 1px 1px rgba(0,0,0,0.3);
  box-shadow: 0 1px 1px rgba(0,0,0,0.3);
}
#teamcontent {
  display: none;
  margin-bottom: 15px;
}
/** team member list **/
.team {
  display: block;
}
.team li {
  display: block;
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}
.team li:hover {
  cursor: pointer;
}
.team li.last { margin-right: 0; }
.team .hcontent {
  display: none;
}
/** hidden team content **/
#teamcontent .bigimg {
  display: block;
  float: left;
}
#teamdetails {
  display: block;
  float: left;
  width: 600px;
  padding-left: 15px;
}