
.highslide {
  cursor: url(highslide/graphics/zoomin.cur);
  outline: none;
}

.highslide-active-anchor img {
  visibility: hidden;
}

.highslide img {
  border-top: 2px gray solid;
  border-right: 2px gray solid;
  border-bottom: 2px gray solid;
  border-left: 2px gray solid;
}

.highslide:hover img {
  border-top: 2px white solid;
  border-right: 2px white solid;
  border-bottom: 2px white solid;
  border-left: 2px white solid;
}

.highslide-wrapper {
  background-color: white;
}

.highslide-image {
  border-top: 2px white solid;
  border-right: 2px white solid;
  border-bottom: 2px white solid;
  border-left: 2px white solid;
}

.highslide-caption {
  display: none;
  border-top: 2px white none;
  font-family: Verdana, Helvetica;
  font-size: 10pt;
  background-color: white;
  padding-top: 5px;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
  border-right: 2px white solid;
  border-bottom: 2px white solid;
  border-left: 2px white solid;
}

.highslide-loading {
  display: block;
  color: black;
  font-size: 8pt;
  font-family: sans-serif;
  font-weight: bold;
  text-decoration: none;
  background-color: white;
  padding-left: 22px;
  background-image: url(highslide/graphics/loader.white.gif);
  background-repeat: no-repeat;
  background-position: 3px 1px;
  padding-top: 2px;
  padding-right: 2px;
  padding-bottom: 2px;
  border-top: 1px black solid;
  border-right: 1px black solid;
  border-bottom: 1px black solid;
  border-left: 1px black solid;
}

a.highslide-credits, a.highslide-credits i {
  color: silver;
  text-decoration: none;
  font-size: 10px;
  padding-top: 2px;
  padding-left: 2px;
  padding-right: 2px;
  padding-bottom: 2px;
}

a.highslide-credits:hover, a.highslide-credits:hover i {
  color: white;
  background-color: gray;
}

a.highslide-full-expand {
  display: block;
  width: 34px;
  height: 34px;
  margin-top: 0pt;
  margin-left: 0pt;
  margin-right: 10px;
  margin-bottom: 10px;
  background-repeat: no-repeat;
  background-image: url(highslide/graphics/fullexpand.gif);
}

.highslide-display-block {
  display: block;
}

.highslide-display-none {
  display: none;
}

