#complete_container .escortlinks {
  padding: 0;
  margin: 0 0 10px;
  list-style: none;
}

#complete_container .escortlinks li {
  display: inline;
  padding: 5px 10px;
  margin: 0;
}

#complete_container .escortlinks li.active {
  background: #ff6;
}






#complete_container .escortgallery {
  padding: 0;
}
#complete_container .escortgallery li {
  width: 300px;
  height: 400px;
  background: url("../../export/pluginstatics.php?plugin=escort&filename=escort_gallery.png") no-repeat;
  display: -moz-inline-box;
  display: inline-block;
  vertical-align: top;
  margin: 5px;
  zoom: 1;
  *display: inline;
  _height: 400px;
}
#complete_container .escortgallery a {
  color: white;
}
#complete_container .escortgallery .title {
  display: block;
  width: 240px;
  height: 45px;
  padding: 0 30px;
  font: normal 2em/45px Arial,sans-serif;
  overflow: hidden;
  white-space: nowrap;
}
#complete_container .escortgallery img {
  display: block;
  margin: 0 auto 10px;
}
#complete_container .escortgallery .location {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  width: 240px;
  height: 20px;
  padding: 5px 30px 0;
  color: #333;
}

