.experts-gallery ul.bio-list li, .experts-gallery ul.bio-list li .info, .portrait .info .height {
  display: none;
}

.experts-gallery {
  width: 745px;
  height: 400px;
  margin: 5px auto;
  position: relative;
  overflow: hidden;

}

.experts-gallery .portrait {
  position: relative;
  height: 400px;
}

.experts-gallery .portrait .info {
  position: absolute;
  bottom: 0;
  left: 1px;
  height: 30px;
  padding: 18px 0 0 30px;
  width: 663px;
  background-color: #000;
  
  filter:alpha(opacity=85);
  opacity:0.85;
  
  color: #fff;
  font-size: 14px;
  line-height: 16px;
  font-family: arial;
}

.home-and-building-content .experts-gallery .portrait .info .meet a{
  color: #5CAB44;
}

.financial-services-content .experts-gallery .portrait .info .meet a{
  color: #2E98B6;
}


.healthcare-content .experts-gallery .portrait .info .meet a{
  color: #FE7848;
}
.experts-gallery .portrait .thickbox img {
  border: solid 1px #5c5958;
  position: absolute;
  left: 0;
}

.experts-gallery ul.bio-list {
  position: absolute;
  top: 22px;
  right: 0px;
  margin: 0;
  line-height: 1px;
}

.experts-gallery ul.bio-list li {
  background: none;
  list-style: none;
}

.experts-gallery ul.bio-list li.show {
  display: block;
  margin: 2px 0;
}

.experts-gallery ul.bio-list li.show img:hover {
  border-color: #000;
}

.experts-gallery ul.bio-list li.show img {
  border: solid 2px #5c5958;
}

.experts-gallery ul.bio-list li.selected img, .experts-gallery ul.bio-list li.selected img:hover {
  border-color: #fff;
}


.experts-gallery .up {
  position: absolute;
  top: -1px;
  right: 0;
}

.experts-gallery .down {
  position: absolute;
  bottom: -1px;
  right: 0;
}


.experts-gallery .prev {
  position: absolute;
  bottom: 51px;
  left: 4px;
}

.experts-gallery .next {
  position: absolute;
  bottom: 51px;
  right: 128px;
}


#TB_window .eg-nav {
  position: absolute;
  
  width: 860px;
  
  margin-top:-20px;
  
  color: #fff;
}

#TB_window .eg-nav .close {
  position:absolute;
  right:0;
}

#TB_window .home-and-building a, #TB_window .home-and-building a:visited {
  color: #5CAB44;
}

#TB_window .financial-services a, #TB_window .financial-services a:visited {
  color: #2E98B6;
}

#TB_window .healthcare a, #TB_window .healthcare a:visited {
  color: #FE7848;
}

#TB_window .healthcare a:hover,
#TB_window .financial-services a:hover,
#TB_window .home-and-building a:hover {
  color: #fff;
}