#img-preload {
  display: none !important;
}
#backbutton {
  position: absolute;
  margin-left: -40px;
  margin-top: 5px;
  font-size: .8em;
}
#backbutton a:link,
#backbutton a:visited {
  color: rgba(255, 255, 255, 0.5);
}
#backbutton a:hover {
  color: rgba(255, 255, 255, 0.7);
}
.breadcrumb {
  background-color: rgba(245, 245, 245, 0.3);
}
.breadcrumb li a:link,
.breadcrumb li a:visited {
  color: rgba(255, 255, 255, 0.5);
}
.breadcrumb .active {
  color: black;
}
a:hover,
a:link,
a:active,
a:visited {
  text-decoration: none;
}
#thumbs {
  padding-left: 5px;
}
#thumbs .thumb-container {
  padding-right: 0;
  padding-left: 0;
}
#thumbs .thumb-container .thumb {
  margin: 4% 8%;
  width: 92%;
  padding-top: 92%;
  background: white;
  border: solid 3px #000000;
  cursor: pointer;
  background-size: cover;
  background-position: center center;
}
#thumbs .thumb-container .thumb.active {
  border: solid 3px rgba(255, 255, 255, 0.5);
}
#gallery-view #gallery-image {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  width: 100%;
}
#gallery-view #gallery-info-row {
  position: absolute;
  margin-top: -30px;
  height: 30px;
}
#gallery-view #gallery-info-row #gallery-work-label {
  padding: 5px 7px;
  background: rgba(0, 0, 0, 0.5);
  float: left;
  border-radius: 0 5px 0 0;
  font-weight: bold;
}
#gallery-view #gallery-info-row #gallery-work-label #info-sold {
  color: #d20000;
  text-transform: uppercase;
  font-size: .7em;
  margin-left: 5px;
  text-shadow: -1px -1px 0 #000000, 1px -1px 0 #000000, -1px 1px 0 #000000, 1px 1px 0 #000000;
}
#gallery-view #gallery-info-row #gallery-info-button {
  float: right;
  margin-right: 10px;
  margin-top: 5px;
}
#gallery-view #gallery-info-row #gallery-info-button a:link,
#gallery-view #gallery-info-row #gallery-info-button a:visited {
  color: white;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
#gallery-view #gallery-info-row .popover {
  color: #111;
  width: 300px;
  font-size: .9em;
}
