#lightbox {
  position: fixed; /* není možné scrollovat */
  left: 0px;
  top: 0px;
  width: 100%;
  /* výšku nastaví JS - závisí na okně prohlížeče */
  margin: 0px;
  padding: 0px;
  line-height: 0px;
  text-align: center;
  font-size: 0px;
}
#lightbox #lb_pozadi {
  display: none;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  padding-top: 10px;
  background-color: #000000;
  z-index: 1000000;
}
#lightbox #lb_prohlizec {
  display: none;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  padding-top: 10px;
  z-index: 1000001;
}
#lightbox #lb_kontejner {
  display: none;
  width: 800px;
  height: 500px;
  margin: auto;
  padding: 0px;
  background-color: #FFFFFF;
}
#lightbox #lb_telo {
  display: none;
  width: 800px;
  height: 500px;
  margin: 0px;
  padding: 0px;
}
#lightbox #lb_levaCast {
  float: left;
  display: inline;
  width: 140px;
  margin: 0px;
  padding: 5px;
}
#lightbox #lb_levaCast #lb_obalMiniatur {
  position: relative;
  width: 138px;
  height: 488px;
  margin: 0px;
  padding: 0px;
  border: 1px #B8B8B8 solid;
  overflow: hidden;
}
#lightbox #lb_levaCast #lb_obalMiniatur #lb_posuvnik {
  float: right;
  display: inline;
  width: 11px;
  height: 488px;
  margin: 0px;
  margin-right: 1px;
  padding: 0px;
}
#lightbox #lb_levaCast #lb_obalMiniatur #lb_posuvnik #sb_sipkaNahoru {
  display: block;
  width: 11px;
  height: 8px;
  margin: 0px;
  margin-top: 1px;
  padding: 0px;
  background-image: url(desimg/lightbox/scrollBar_sipkaNahoru.gif);
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer;
}
#lightbox #lb_levaCast #lb_obalMiniatur #lb_posuvnik.neaktivni #sb_sipkaNahoru {
  background-image: url(desimg/lightbox/scrollBar_sipkaNahoru_neaktivni.gif);
  cursor: default;
}
#lightbox #lb_levaCast #lb_obalMiniatur #lb_posuvnik #sb_vodiciLinka {
  position: relative;
  top: 0px; /* - nemazat!!! pokud není nastaveno, JS hlásí NaN (kromě FF) */
  width: 11px;
  height: 464px;
  margin: 0px;
  margin-right: 1px;
  margin-top: 3px;
  margin-bottom: 3px;
  padding: 0px;
  background-image: url(desimg/lightbox/scrollBar_vodiciLinka.gif);
  background-position: center top;
  background-repeat: repeat-y;
}
#lightbox #lb_levaCast #lb_obalMiniatur #lb_posuvnik #sb_vodiciLinka #sb_slider {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 11px;
  margin: 0px;
  padding: 0px;
  background-color: #B8B8B8;
  cursor: pointer;
}
#lightbox #lb_levaCast #lb_obalMiniatur #lb_posuvnik.neaktivni #sb_vodiciLinka #sb_slider {
  background-color: #E8E8E8;
  cursor: default;
}
#lightbox #lb_levaCast #lb_obalMiniatur #lb_posuvnik #sb_sipkaDolu {
  display: block;
  width: 11px;
  height: 8px;
  margin: 0px;
  margin-top: 1px;
  padding: 0px;
  background-image: url(desimg/lightbox/scrollBar_sipkaDolu.gif);
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer;
}
#lightbox #lb_levaCast #lb_obalMiniatur #lb_posuvnik.neaktivni #sb_sipkaDolu {
  background-image: url(desimg/lightbox/scrollBar_sipkaDolu_neaktivni.gif);
  cursor: default;
}
#lightbox #lb_levaCast #lb_obalMiniatur TABLE {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 126px;
  margin: 0px;
  padding: 0px;
}
#lightbox #lb_levaCast #lb_obalMiniatur TABLE TD {
  width: 124px;
  padding: 1px;
  text-align: center;
  vertical-align: middle;
}
#lightbox #lb_levaCast #lb_obalMiniatur TABLE TD A {
  display: block;
  width: 120px;
  padding: 1px;
  text-align: center;
  border: 1px #FFFFFF solid;
  background-color: #FFFFFF;
}
#lightbox #lb_levaCast #lb_obalMiniatur TABLE TD A:hover,
#lightbox #lb_levaCast #lb_obalMiniatur TABLE TD.aktivni A:hover {
  border: 1px #0066CC solid;
  background-color: #33CCFF;
  cursor: pointer;
}
#lightbox #lb_levaCast #lb_obalMiniatur TABLE TD.aktivni A {
  border: 1px #663300 solid;
  background-color: #FFCCCC;
}
#lightbox #lb_levaCast #lb_obalMiniatur TABLE TD A IMG {
  border: 0px;
}
#lightbox #lb_pravaCast {
  float: right;
  display: inline;
  width: 650px;
  margin: 0px;
  padding: 0px;
}
#lightbox #lb_pravaCast #lb_tlacitkoZavrit {
  width: 645px;
  height: 15px;
  padding: 0px;
  padding-right: 5px;
  padding-top: 5px;
  vertical-align: top;
  text-align: right;
}
#lightbox #lb_pravaCast #lb_tlacitkoZavrit A {
  display: block;
  width: 13px;
  height: 12px;
  margin: auto;
  margin-right: 0px;
  padding: 0px;
  text-decoration: none;
  background-image: url(desimg/lightbox/zavrit.gif);
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer;
}
#lightbox #lb_pravaCast #lb_tlacitkoZavrit A:hover {
  background-image: url(desimg/lightbox/zavrit_hover.gif);
}
#lightbox #lb_pravaCast #lb_ovladaniAFotografie {
  width: 645px;
  height: 420px;
  margin-bottom: 3px;
  padding-right: 5px;
  text-align: center;
}
#lightbox #lb_pravaCast #lb_ovladaniAFotografie #lb_tlacitkoPredchozi,
#lightbox #lb_pravaCast #lb_ovladaniAFotografie #lb_tlacitkoDalsi {
  float: left;
  display: inline;
  width: 19px;
  height: 22px;
  margin: 0px;
  margin-right: 5px;
  margin-left: 11px;
  padding: 0px;
  padding-top: 199px;
}
#lightbox #lb_pravaCast #lb_ovladaniAFotografie #lb_tlacitkoDalsi {
  float: right;
  margin-right: 11px;
  margin-left: 5px;
}
#lightbox #lb_pravaCast #lb_ovladaniAFotografie #lb_tlacitkoPredchozi A {
  display: block;
  width: 19px;
  height: 22px;
  margin: 0px;
  padding: 0px;
  background-image: url(desimg/lightbox/tlacitkoPredchozi.gif);
  background-position: center center;
  background-repeat: no-repeat;
}
#lightbox #lb_pravaCast #lb_ovladaniAFotografie #lb_tlacitkoPredchozi A:hover {
  background-image: url(desimg/lightbox/tlacitkoPredchozi_hover.gif);
  cursor: pointer;
}
#lightbox #lb_pravaCast #lb_ovladaniAFotografie #lb_tlacitkoDalsi A {
  display: block;
  width: 19px;
  height: 22px;
  margin: 0px;
  padding: 0px;
  background-image: url(desimg/lightbox/tlacitkoDalsi.gif);
  background-position: center center;
  background-repeat: no-repeat;
}
#lightbox #lb_pravaCast #lb_ovladaniAFotografie #lb_tlacitkoDalsi A:hover {
  background-image: url(desimg/lightbox/tlacitkoDalsi_hover.gif);
  cursor: pointer;
}
#lightbox #lb_pravaCast #lb_ovladaniAFotografie #lb_fotografie {
  position: relative;
  width: 555px;
  height: 420px;
  margin: auto;
  padding: 0px;
  line-height: 14px;
  text-align: center;
  vertical-align: middle;
  font-size: 12px;
}
#lightbox #lb_pravaCast #lb_ovladaniAFotografie #lb_fotografie #lb_predniFoto,
#lightbox #lb_pravaCast #lb_ovladaniAFotografie #lb_fotografie #lb_zadniFoto {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 555px;
  height: 420px;
  margin: 0px;
  padding: 0px;
  background-image: none;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 2;
}
#lightbox #lb_pravaCast #lb_ovladaniAFotografie #lb_fotografie #lb_zadniFoto {
  z-index: 1;
}
#lightbox #lb_pravaCast #lb_ovladaniAFotografie #lb_fotografie #lb_loader {
  position: absolute;
  width: 31px;
  height: 31px;
  left: 262px;
  top: 194px;
  z-index: 3;
}
#lightbox #lb_pravaCast #lb_popis {
  width: 645px;
  height: 26px;
  margin: 0px;
  margin-right: 5px;
  margin-bottom: 3px;
  padding: 0px;
  overflow: hidden;
}
#lightbox #lb_pravaCast #lb_popis H2 {
  margin: 0px;
  padding: 0px;
  line-height: 13px;
  text-align: center;
  font-size: 11px;
}
#lightbox #lb_pravaCast #lb_slideshow {
  width: 650px;
  height: 20px;
  padding: 0px;
}
#lightbox #lb_pravaCast #lb_slideshow #lb_indikator {
  float: left;
  display: inline;
  width: 570px; /* upravit i v JS */
  height: 4px;
  margin: 0px;
  margin-top: 8px;
  padding: 0px;
  background-color: #DDDDDD;
}
#lightbox #lb_pravaCast #lb_slideshow #lb_tlacitko {
  float: left;
  display: inline;
  width: 70px;
  margin: 0px;
  padding: 0px;
  line-height: 14px;
  font-size: 12px;
}
#lightbox #lb_pravaCast #lb_slideshow #lb_tlacitko A {
  width: 50px;
  padding-right: 20px;
  background-position: right center;
  background-repeat: no-repeat;
  color: #B8B8B8;
  cursor: pointer;
}
#lightbox #lb_pravaCast #lb_slideshow #lb_tlacitko A:hover {
  text-decoration: underline;
  color: #000000;
}
#lightbox #lb_pravaCast #lb_slideshow #lb_tlacitko A.play {
  background-image: url("desimg/lightbox/tlacitkoSlideShow_play.gif");
}
#lightbox #lb_pravaCast #lb_slideshow #lb_tlacitko A.play:hover {
  background-image: url("desimg/lightbox/tlacitkoSlideShow_play_hover.gif");
}
#lightbox #lb_pravaCast #lb_slideshow #lb_tlacitko A.stop {
  background-image: url("desimg/lightbox/tlacitkoSlideShow_stop.gif");
}
#lightbox #lb_pravaCast #lb_slideshow #lb_tlacitko A.stop:hover {
  background-image: url("desimg/lightbox/tlacitkoSlideShow_stop_hover.gif");
}