/*
  Style Sheet - Property Gallery

  This stylesheet is used exclusively for the property gallery module.
*/

#section-gallery {
  background: #fff;
  width: 500px;
  height: 300px;
}

#section-gallery table {
  background: #fff;
}

#section-gallery-thumbnails {
  width: 167px;
  height: 300px;
  margin-left: 5px;
}

#section-gallery-thumbnails table {
  background: #fff;
}

.section-gallery-thumbnail {
  width: 50px;
  height: 50px;
  border: 1px solid #000;
  margin: 2px;
}

#section-gallery-main-image {
  border: 1px solid #000;
  width: 320px;
  margin-top: 2px;
  margin-left: 4px;
}

.section-gallery-displayname {
  text-align: center;
  font-weight: normal;
  font-size: .8em;
}

