/* SLIMBOX */

#izOverlay {
  position: absolute;
  left: 0;
  width: 100%;
  background-color: #000;
  cursor: pointer;
  top:0;
  visibility:hidden; /* <-- PATCH: hide overlay */
  z-index:9998; /* <-- PATCH: bring to front */
}

#izCenter {
  position: absolute;
  left: 50%;
  overflow: hidden;
  background-color: #fff;
  z-index:9999; /* <-- PATCH: bring to front */
}

#izImage {
	position: absolute;
	width: 360px;
	height: 360px;
	top: 20px;
	left: 20px;
	overflow: hidden;
}

#izImage img {
	cursor: move;
}

#izImageList {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 370px;
  height: 360px;
	overflow: hidden;
}

#izScroll {
	position: absolute;
	right: 37px;
	bottom: 7px;
	width: 73px;
	height: 12px;
	display: none;
}

#izScrollUp {
	background-image: url(galerie_up.gif);
	background-position: left top;
	background-repeat:no-repeat;
	width: 33px;
	height: 12px;
	cursor: pointer;
	float: left;
}

#izScrollDown {
	background-image: url(galerie_down.gif);
  background-position: left top;
  background-repeat:no-repeat;
  width: 40px;
  height: 12px;
  cursor: pointer;
  float: left;
}

#izClose {
  position: absolute;
	right: 10px;
	bottom: 7px;
  width: 27px;
  height: 12px;
  background: transparent url(galerie_close.gif) no-repeat center;
  cursor: pointer;
}

.imageZoomThumb {
	cursor: pointer;
	margin-right: 20px;
	margin-bottom: 10px;
}

.imageZoomThumb.lastInRow {
	margin-right: 0px;
}

#izZoomBar {
	position: absolute;
	width: 360px;
	height: 26px;
	background-image: url(zoomBar.png);
	background-position: left top;
	background-repeat: no-repeat;
	left: 20px;
	bottom: 7px;
}

#izZoomKnob {
	width: 10px;
	height: 26px;
	background-image: url(zoomKnob.png);
	cursor: pointer;
}


#izPrevLink, #izNextLink {
  display: block;
  position: absolute;
  top: 0;
  width: 50%;
  outline: none;
}

#izPrevLink {
  left: 0;
}

#izPrevLink:hover {
  background: transparent url(prevlabel.gif) no-repeat 0% 15%;
}

#izNextLink {
  right: 0;
}

#izNextLink:hover {
  background: transparent url(nextlabel.gif) no-repeat 100% 15%;
}

#izBottom {
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 10px;
  color: #666;
  line-height: 1.4em;
  text-align: left;
  border: 10px solid #fff;
  border-top-style: none;
}

#izCaption, #izNumber {
  margin-right: 71px;
}

#izCaption {
  font-weight: bold;
}