.highslide {
  cursor: url(highslide/graphics/zoomin.cur), pointer;
  outline: none;
}
.highslide-active-anchor img {
  visibility: hidden;
}
.highslide img {
  border: 1px solid #f1e9c5;
}
.highslide:hover img {
  border: 1px solid #934900;  /* #c46200 oder #934900 */
}
.highslide-wrapper {
  background: white;
}
.highslide-image {
  border: 2px solid white;
}
.highslide-image-blur {
}
.highslide-caption {
  display: none;
  border: 2px solid white;
  border-top: none;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.9em;     /* org: 10pt */
  text-align: left;
  padding: 2px 0 0 2px; /* org: 5px  */
  color: #444; 
  background-color: white;
}
.highslide-caption p {
  margin-bottom: 2px;
}
.highslide-loading {
  display: block;
  color: black;
  font-size: 8pt;
  line-height: 140%;
  font-family: sans-serif;
  font-weight: bold;
  text-decoration: none;
  padding: 4px;
  border: 1px solid black;
  background-color: white;
  padding-left: 22px;
  background-image: url(highslide/graphics/loader.white.gif);
  background-repeat: no-repeat;
  background-position: 3px 3px;
}
.highslide-loading:link, .highslide-loading:visited {
  color: #000;
}

.highslide-loading:hover {
  color: #666;
}

a.highslide-credits,
a.highslide-credits i {
  padding: 2px;
  color: silver;
  text-decoration: none;
  font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
  color: white;
  background-color: gray;
}
.highslide-move {
  cursor: move;
}
a.highslide-full-expand {
  background: url(highslide/graphics/fullexpand.gif) no-repeat;
  display: block;
  margin: 0 10px 10px 0;
  width: 34px;
  height: 34px;
}

/* These are not Highslide core CSS rules, but define the styles of the caption. */
.control {
  float: right;
  display: block;
  position: relative;
  margin: 1px 5px 1px 5px;
  font-size: 9pt;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
}
.control:hover {
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  margin-top: 0;
  margin-bottom: 0;
}
.control, .control * {
  color: #666;
}

/* Controlbar für Fotos - erst einmal nicht verwendet, da I.E. 6 Cursor zittert */
.controlbar {
	background: #ffffff url(highslide/graphics/controlbar_kl.gif) no-repeat;
	float: right;
	margin: 5px 0px 0px 0px;
	width: 84px;
	height: 17px;
}
.controlbar a {
	display: block;
	float: left;
	margin: 0px 0px 0px 0px;
	height: 13px;
}
.controlbar a:hover {
	background-image: url(highslide/graphics/controlbar_kl_hover.gif);
}
.controlbar .previous {
	width: 25px;
	background-position: 0 0;
}
.controlbar .next {
	width: 20px;
	background-position: -25px 0;
}
.controlbar .highslide-move {
	width: 20px;
	background-position: -45px 0;
}
.controlbar .close_x {
	width: 18px;
	background-position: -65px 0;
}


/* Styles für HTML-Seiten */
.highslide-html {
  background-color: white;
}
.highslide-html-blur {
}
.highslide-html-content {
  position: absolute;
  display: none;
}

/* Styles for the popup */
.highslide-wrapper .highslide-html-content {
  width: 400px;  /* Standardbreite */
  padding: 2px 10px 0px 10px; /* statt ueberall 5px */          /* NEU Wbb top org: 0px */
}

* html .highslide-wrapper .highslide-html-content {
  width: 400px;  /* Standardbreite */
  padding: 2px 10px 12px 10px; /* statt ueberall 5px */          /* NEU Wbb top org: 0px */
}

*+html .highslide-wrapper .highslide-html-content {
  width: 400px;  /* Standardbreite */
  padding: 2px 10px 12px 10px; /* statt ueberall 5px */          /* NEU Wbb top org: 0px */
}

.highslide-wrapper .highslide-header {
  height: 21px;
}

.highslide-wrapper .highslide-header ul {
  margin: -1px 0 0 0;     
  padding: 0;
  text-align: right;
}
.highslide-wrapper .highslide-header ul li {
  display: inline;
  padding-left: 2em;  /* NEU Wbb orig: 1em */
  padding-top: 21px;  /* NEU Wbb */
  margin-top: 10px;   /* NEU Wbb */
}
.highslide-wrapper .highslide-header ul li.highslide-previous, .highslide-wrapper .highslide-header ul li.highslide-next {
  display: none;  /* orig: none; previous und next nicht anzeigen */
}
.highslide-wrapper .highslide-header a {
  font-weight: bold;
  color: gray;
  text-decoration: none;
  padding-right: 21px;  /* NEU Wbb Breite Icon + Abstand */
}
.highslide-wrapper .highslide-header a:hover {
  color: black;
}
.highslide-wrapper .highslide-header .highslide-move a {
  cursor: move;
}
.highslide-wrapper .highslide-footer {
  height: 11px;
}

/* nur fuer I.E. 6 */
* html .highslide-wrapper .highslide-footer {
  height: 0;
}

/* nur fuer I.E. 7 */
*+html .highslide-wrapper .highslide-footer {
  height: 0;
}

/*
.highslide-wrapper .highslide-footer .highslide-resize {
  float: right;
  margin-right: -9px;
  height: 11px;
  width: 11px;
  background: url(highslide/graphics/resize.gif) no-repeat right bottom;
}
*/


/* nur fuer I.E. 6 */
/*
* html .highslide-wrapper .highslide-footer .highslide-resize {
    position: relative;
    margin-top: -8px;
    margin-right: -9px;
}
*/

.highslide-wrapper .highslide-header .highslide-move {
  font-size: 0.8em;  /* 0.8em */
  background: url(highslide/graphics/move_kl.gif) no-repeat right bottom;    /* NEU Wbb */
}

* html .highslide-wrapper .highslide-header .highslide-move {
  line-height: 175%;
}

*+html .highslide-wrapper .highslide-header .highslide-move {
  line-height: 175%;
}

.highslide-wrapper .highslide-header .highslide-close {
  font-size: 0.8em;  /* 0.8em */
  background: url(highslide/graphics/close_kl.gif) no-repeat right bottom;   /* NEU Wbb */
}

* html .highslide-wrapper .highslide-header .highslide-close {
  line-height: 175%;
}

*+html .highslide-wrapper .highslide-header .highslide-close {
  line-height: 175%;
}

.highslide-resize {
  cursor: nw-resize;
}

/*  neu  */
.highslide-dimming { 
  background: #000000;  /* org: black */
  position: absolute; 
  top:0;
  left:0;
  visibility: hidden; 
}

/* These must be the last of the Highslide rules */
.highslide-display-block {
  display: block;
}
.highslide-display-none {
  display: none;
}
