    /* Zaoblené rohy */
#fotogalerie{
  font-size: 125%;
  }

.cleaner {
  clear: both;
  height: 0;
  overflow: hidden;
  content: ' ';
  }
    
.cleaner hr {display: none;}    
    
#galerie {
  margin: 0.5em 0;
  width: 100%;
  padding: 1px 0;
  text-align: center;
  padding-left: 10px;
  }
 
#galerie .foto {
  float: left;
  display: inline;
  width: 130px;
  height: 110px;
  overflow: auto;
  margin: 5px 5px;
  background: url("pozadi.jpg") no-repeat 0 0;
  text-align: center;
  }

#galerie .foto img {margin: 10px 0 0 0; border: 1px solid silver; width: 90px; height: 80px;}