.modelcard {
  width: 800px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  font-size: 0px;
}
.modelcard .name {
  background-color: #999999;
  line-height: 20px;
  padding-left: 10px;
  padding-right: 10px;
  border-bottom: 1px solid #FFFFFF;
  font-size: 11px;
}
.modelcard .name b {
  font-size: 11px;
  color: #FFFFFF;
  margin-right: 10px;
}
.modelcard .name ul {
  display: inline;
}
.modelcard .name ul li {
  display: inline;
  color: #333333;
  background-image: url(../images/layout/bullet_small_white.jpg);
  background-repeat: no-repeat;
  background-position: 0px 4px;
  padding-left: 10px;
  margin-left: 5px;
}
.modelcard .name ul li b {
  margin-right: 0px;
  color: #FFFFFF;
  font-weight: normal;
}
.modelcard .leftbar {
  background-color: #999999;
  width: 10px !important;
  width: 12px;
  height: 367px;
  overflow: hidden;
}
.modelcard .leftbar, .modelcard .photo, .modelcard .scroll_left, .modelcard .scroller {
  float: left;
  border-right: 1px solid #FFFFFF;
}
.modelcard .scroll_right {
  float: left;
  cursor: pointer;
}
.modelcard .scroll_left {
  cursor: pointer;
}
.modelcard .scroller {
  background-color: #CCCCCC;
  height: 167px;
  width: 521px;
  overflow: hidden;
  margin: auto;
  white-space: nowrap;
  font-size: 0px;
}
.modelcard .details {
  width: 532px;
  height: 199px !important;
  height: 200px;
  background-color: #CCCCCC;
  border-top: 1px solid #FFFFFF;
  border-right: 1px solid #FFFFFF;
  float: left;
  font-size: 11px;
}
.modelcard .rightbar {
  background-color: #999999;
  border-top: 1px solid #FFFFFF;
  width: 10px;
  height: 199px !important;
  height: 200px;
  overflow: hidden;
  float: left;
}
.modelcard .bottom {
  height: 2px;
  width: 800px;
  overflow: hidden;
  background-color: #999999;
  border-top: 1px solid #FFFFFF;
  float: left;
}
.spacer {
  clear: both;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.modelcard .roles {
  border-right: 1px solid #FFFFFF;
  width: 246px;
  height: 179px;
  overflow: hidden;
  margin-top: 10px;
  margin-left: 10px;
  float: left;
}
.modelcard .roles h3, .modelcard .profile h3 {
  color: #FFFFFF;
  margin-bottom: 10px;
}
.modelcard .roles ul li, .modelcard .profile ul li {
  background-image: url(../images/layout/bullet_small_wg.jpg);
  background-repeat: no-repeat;
  background-position: 0px 4px;
  padding-left: 10px;
  margin-bottom: 3px;
}
.modelcard .profile {
  width: 246px;
  height: 179px;
  overflow: hidden;
  margin-top: 10px;
  margin-left: 10px;
  float: left;
}