/* Style sheet highslide */
.highslide-wrapper div {
  font-family: Arial, sans-serif;
  font-size: 12px;
}
.highslide {
  cursor: url(../decostones/highslide/graphics/zoomin.cur), pointer;
  outline: none;
}
.highslide img {
  border: 0px solid silver;
}
.highslide:hover img {
}
.highslide-active-anchor img, .highslide-active-anchor:hover img {
}
.highslide-image {
  border: 4px solid white;
}
.highslide-wrapper, .rounded-white {
  background: white;
}
.highslide-image-blur {
}
.highslide-caption {
  display: none;
  padding: 5px;
  text-align: right;
  font-family: Arial, sans-serif;
  font-size: 12px;
  color: #000000;
  background: white;
}
.highslide-heading {
  height: 20px;
  overflow: hidden;
  display: none;
  padding-left: 22px;
  font-weight: bold;
  color: gray;
  cursor: default;
  background: url(../decostones/highslide/graphics/icon.gif) no-repeat 0 1px;
}
.highslide-dimming {
  position: absolute;
  background: black;
}
.highslide-loading {
  display: block;
  padding: 3px 3px 3px 22px;
  background-image: url("../decostones/highslide/graphics/loader.white.gif");
  background-repeat: no-repeat;
  border: 1px solid white;
  font-weight: bold;
  text-decoration: none;
  font-size: 9px;
  color: black;
  background-color: white;
  text-transform: uppercase;
  background-position: 3px 1px;
}
a.highslide-credits, a.highslide-credits i {
  padding: 2px;
  text-decoration: none;
  font-size: 10px;
  color: gray;
}
a.highslide-credits:hover, a.highslide-credits:hover i {
  color: white;
  background-color: gray;
}
.highslide-controls {
  width: 105px;
  height: 30px;
  left: 7px;
  top: 10px;
  position: relative;
}
.highslide-controls ul {
  height: 20px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.highslide-controls li {
  float: left;
}
.highslide-controls a {
  width: 20px;
  height: 20px;
  float: left;
  display: block;
  background-image: url("../decostones/highslide/graphics/controlbar-white-small.gif");
  outline: none;
}
.highslide-controls a.disabled {
  cursor: default;
}
.highslide-controls a span {
  display: none;
}
.highslide-controls .highslide-move {
  display: none;
}
.highslide-move a {
  cursor: move;
}
.highslide-controls .highslide-previous a {
  background-position: 0 0;
}
.highslide-controls .highslide-previous a:hover {
  background-position: 0 -20px;
}
.highslide-controls .highslide-previous a.disabled {
  background-position: 0 -40px !important;
}
.highslide-controls .highslide-play a {
  background-position: -20px 0;
}
.highslide-controls .highslide-play a:hover {
  background-position: -20px -20px;
}
.highslide-controls .highslide-play a.disabled {
  background-position: -20px -40px !important;
}
.highslide-controls .highslide-pause a {
  background-position: -40px 0;
}
.highslide-controls .highslide-pause a:hover {
  background-position: -40px -20px;
}
.highslide-controls .highslide-next a {
  background-position: -60px 0;
}
.highslide-controls .highslide-next a:hover {
  background-position: -60px -20px;
}
.highslide-controls .highslide-next a.disabled {
  background-position: -60px -40px !important;
}
.highslide-controls .highslide-full-expand a {
  background-position: -100px 0;
}
.highslide-controls .highslide-full-expand a:hover {
  background-position: -100px -20px;
}
.highslide-controls .highslide-full-expand a.disabled {
  background-position: -100px -40px !important;
}
.highslide-controls .highslide-close a {
  background-position: -120px 0;
}
.highslide-controls .highslide-close a:hover {
  background-position: -120px -20px;
}

/** * AA Andreas Burg */
.gallery table {
  border-collapse: collapse;
}
.gallery td {
  padding: 0;
  vertical-align: top;
}
a.highslide {
  display: block;
}
a.highslide img {
  display: block;
}

