
/* fotogalerie */


.fotografieTable {
  width: 500px;
}

.cellNazev {
  font-weight: bold;
  text-align:center;
}

.cellText {
  font-size: 12px;
  vertical-align: bottom;
  padding: 5px 5px 5px 5px;
}

.photoThumb {
  margin: 5px 5px 5px 5px;
  border: solid #D6D3CE 1px;
  
}

.galerieTable {
  width: 500px;
}

.textThumb a {
  font: bold 12px Georgia, Times New Roman, Times, serif;
  color: #B43F47;
  text-decoration: none;
}
.oddelovac {
  border-top: solid #a0b3f5 1px;
}

.headPhotoTable {
  width: 500px;
  text-align: center;
}
#mainPhoto {
  width: 420px;
}
#previous {
  width: 40px;
}
#next {
  width: 40px;
}

