ul.team{list-style: none; padding: 0; margin: 0;}
ul.team li{display: inline-block; float: left; height: 154px; width: 134px; margin: 0; list-style-type: none; position: relative; top: 0; vertical-align: top; background: #fff;}
ul.team figure{margin: 0 0 4px 0; padding: 0; position: relative; top: 0; }
ul.team .hover{-webkit-transform: rotate(3deg); rgba(255, 0, 0, 0.2); -moz-transform: rotate(3deg);}
ul.team figure img{opacity: 0.88;}
ul.team .meta{ display: block; width: 134px; }
ul.team .meta .name{width: 100%; line-height: 14px;display: block;font-weight: bold; white-space: nowrap; text-align: center; font-family: Arial,Tahoma,Verdana; font-size: 12px; position: relative; color: #092C30;}
ul.team .meta .title{width: 100%; margin: 0; line-height: 10px; display: block; text-align: center; font-family: Arial,Tahoma,Verdana; font-size: 10px; position: relative; font-style:italic; color: #7A7A7A; height: 22px;}


/* START TEAM NAVIGATION */
#team_navigation_container{position: relative; overflow: hidden; height: auto; width: 100%; margin: 0 0 12px 0;}
#team_navigation_container ul{list-style: none; padding: 0; margin: 0;}
#team_navigation_container ul li{float: left; cursor: pointer; font-size: 12px; font-family: Arial,Tahoma,Verdana; color: #092C30; margin: 6px 6px 0 0; border: 1px solid #ccc; border-radius: 2px; padding: 4px; background: #ebebeb;}
#team_navigation_container ul li:hover{background: #cfd9da;}
#team_navigation_container .active{background: #cfd9da;}
/* END TEAM NAVIGATION */

/* START TEAM MEMBERS */
.team_member{width: 110px; height: 110px; margin: 0 auto; opacity: 0.8; background-size: 110px 110px; background-position: 0 10px; background-repeat: no-repeat; }
.team_member a{display: block; width: 100%; height: 100%;}
.first_row{margin: 0;}
.image_seperator_large{height: 3px; width: 200px; margin: 0; background: url("../images/member_page_line_under_picture.png") center no-repeat;}
.image_separator{height: 3px; width: 134px; position: relative; background: url("../images/line_under_name.png") center no-repeat;}
.member_large_image_container{width: 200px; height: 203px; margin: 0 20px 20px 0; float: left; overflow: hidden; line-height: 0px;}
/* END TEAM MEMBERS */