/**
 * Stylesheet fuer die Lightbox der Stadt Rottenburg
 *
 * seitenblick interaktive medien gmbh
 * Koenigstrasse 16, 70173 Stuttgart
 * fon: 0711/8599818-0
 * fax: 0711/8599818-40
 * e-Mail: info@seitenblick.de
 */

#jquery-overlay,
#send_overlay {
  left: 0;
  height: 500px;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 90;
}

#jquery-lightbox {
  left: 0;
  line-height: 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 100;
}

#jquery-lightbox a img {
  border: none;
}

#lightbox-container-image-box {
  background-color: #fff;
  height: 250px;
  margin: 0 auto 0 auto;
  position: relative;
  width: 250px;
}

#lightbox-container-image {
  padding: 10px;
}

#lightbox-loading {
  height: 25%;
  line-height: 0;
  left: 0%;
  position: absolute;
  text-align: center;
  top: 45%;
  width: 100%;
}

#lightbox-loading img {
  float: none;
}

#lightbox-nav {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}

#lightbox-container-image-box > #lightbox-nav {
  left: 0;
}

#lightbox-nav a {
  outline: none;
}

#lightbox-nav-btnPrev,
#lightbox-nav-btnNext {
  display: block;
  height: 100%;
  width: 49%;
  zoom: 1;
}

#lightbox-nav-btnPrev { 
  float: left;
  left: 0; 
}

#lightbox-nav-btnNext { 
  float: right;
  right: 0; 
}

#lightbox-container-image-data-box {
  background-color: #ffffff;
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 0.8125em;
  line-height: 1.3846em;   /* 18px : 13px */
  margin: 0 auto 0 auto;
  overflow: auto;
  padding: 0 10px 0;
  width: 100%;
}

#lightbox-container-image-data {
  color: #515151;
  padding: 0 10px 0 10px; 
}

#lightbox-container-image-data #lightbox-image-details { 
  float: left; 
  padding: 0 0 0.7em 0;
  text-align: left;
  width: 70%; 
}
	
#lightbox-image-details-caption {
  font-weight: normal;
}

#lightbox-image-details-currentNumber {
  clear: left;
  display: block;
  font-style: italic;
  padding-bottom: 1em;	
}
			
#lightbox-secNav-btnClose {
  background: url(/img/btn_close.gif) right 0.3em no-repeat;
  float: right;
  padding: 0 1.4em 0.7em 0;
  text-align: right;
  width: 150px;	
}

#lightbox-secNav-btnClose a:visited {
  color: #d20000;
}
