h3 {
  font-size: 1.05em;
  color: navy;
  margin-bottom: 15px;
}

h4 {
  font-size: 0.75em;
  color: orange;
}

/* ul with photos */

ul.with-photos li {
  position: relative;
  margin-left: 0px !important;
  padding-left: 0px !important;
  background: none !important;
}

ul.with-photos strong {
  display: block;
}

.align-to-right {
  position: absolute;
  top: 0px;
  right: 75px;
}

ul.with-photos img {
  margin: 0px 9px 5px 0px;
  border: 1px solid #C5D4DC;
}

.small img {
  margin: 0px 5px 5px 0px !important;
}

/* small photo container */

.small-photo-container {
  float: left;
  width: 150px;
  margin: 0px 10px 10px 0px;
}

  .small-photo-container img {
    border: 1px solid #C5D4DC;
  }

/* big photo container */

#big-photo-container {
  width: 650px;
  text-align: center;
  margin: 40px auto 15px auto !important;
}

  #big-photo-container h3 {
    padding: 0px !important;
    margin: 0px !important;
  }
  
  #big-photo-container img {
    border: 1px solid #C5D4DC;
  }
  
  #big-photo-container p.popis {
    padding-top: 15px;
  }
  
  #big-photo-container p.prumer {
    font-size: 0.7em;
    padding: 5px 0px !important;
  }

  img#stats {
    border: 0px !important;
  }
  
/* slider button */

.slider-button {
  position: absolute;
  top: 15px;
  display: block;
  width: 45px;
  height: 26px;
  line-height: 26px;
  color: #FFFFFF !important;
  font-weight: bold;
  font-size: 0.75em;
  text-transform: uppercase;
  text-decoration: none;
  padding: 0px 10px;
  border-left: 1px solid #BB1302 !important;
  border-right: 1px solid #BB1302 !important;
  background: url('/img/bg_title_red.png') top right;
}

span.slider-button {
  border-left: 1px solid #ACACAC !important;
  border-right: 1px solid #ACACAC !important;
  background: url('/img/bg_title_gray.png') top right;
}

.left-button {
  left: 91px;
}

.right-button {
  left: auto !important;
  right: 91px;  
}

.first-button {
  left: 16px;
}

.last-button {
  left: auto !important;
  right: 16px;  
}

.home-button {
  left: 417px;
}

/* vote bar */

#vote-bar {
  display: block;
  width: 310px;
  margin: 5px auto;
}

#vote-bar strong {
  float: left;
  line-height: 24px;
  margin-right: 7px;
}

  #vote-bar a {
    float: left;
    display: block;
    color: #585858 !important;
    font-weight: bold;
    text-decoration: none;
    width: 22px;
    line-height: 22px;
    margin-right: 1px;
    border: 1px solid #C5D4DC;
    background: #FFFFFF url('/img/gradient_input.png') left top repeat-x;
  }