
#lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  display: none;
}

#lightbox_obrazek {
  position: relative;
  background-color: #fff;
  width: 250px;
  height: 250px;
  margin: 0 auto;
}

#lightbox_obrazek .lightbox_panel {
  padding: 10px;
}

#lightbox_nacitani {
  position: absolute;
  top: 40%;
  left: 0%;
  height: 25%;
  width: 100%;
  line-height: 0;
  background: url('https://planservis.cz/obrazky/lightbox_nacitani.gif') center center no-repeat; 
}

#lightbox_obrazek_navigace {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  z-index: 10;
}

#lightbox_obrazek_navigace a { 
  outline: none;
}

#lightbox_obrazek_navigace .lightbox_zpet, 
#lightbox_obrazek_navigace .lightbox_vpred {
  width: 49%;
  height: 100%;
  background: transparent url('https://planservis.cz/obrazky/lightbox_prazdny.gif') no-repeat;
  display: block;
}
  
#lightbox_obrazek_navigace .lightbox_zpet { 
  left: 0px;
  float: left;
}

#lightbox_obrazek_navigace .lightbox_vpred {
  right: 0px;
  float: right;
}

#lightbox_obrazek_navigace .lightbox_zpet:hover {
  background: url('https://planservis.cz/obrazky/lightbox_predchozi.gif') left 50% no-repeat; 
}

#lightbox_obrazek_navigace .lightbox_vpred:hover {
  background: url('https://planservis.cz/obrazky/lightbox_dalsi.gif') right 50% no-repeat; 
}

#lightbox_informace {
  font-family: Tahoma, sans-serif;
  font-size: 12px;
  background-color: #ffffff;
  margin: 0 auto;
  line-height: 20px;
}

#lightbox_informace .lightbox_zpet, 
#lightbox_informace .lightbox_vpred {
  color: #3399db;
  font-weight: bold;
  text-decoration: none;
}

#lightbox_informace .lightbox_panel {
  padding-left: 10px;
  padding-right: 10px;
  display: none;
}

#lightbox_detaily { 
  float: left; 
  text-align: left; 
}  

#lightbox_titulek {
  font-weight: bold;  
}

#lightbox_navigace { 
  padding-bottom: 14px;
}

#lightbox_navigace a { 
  color: black;
  padding-right: 5px;
}

#lightbox_zavrit {
  display: block;
  float: right;
  width: 66px;
  height: 22px;
  padding-bottom: 10px;
  background: url('https://planservis.cz/obrazky/lightbox_zavrit.gif') no-repeat;
}

#lightbox_seda {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1002;
  width: 100%;
  height: 500px;
  background-color: #000;
  filter:alpha(opacity=60);
  -moz-opacity: 0.6;
  opacity: 0.6;
  display: none;
}

.lightbox {
  cursor: pointer;
}
