#slideshow {
    position:relative;
    width: 960px;
    height: 480px;
    background-color: #FFF;
    box-shadow: 0px 0px 5px #B0B0B0;
    margin: 0px 2px 20px 2px;
}

#slideshow div{
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
    width: 956px;
    height: 480px;
}

#slideshow div.active {
    z-index:10;
    opacity:1.0;
}

#slideshow div.last-active {
    z-index:9;
}

#slideshow div img {
    width: 960px;
    height: 480px;
    display: block;
    border: 0;
}

span.slideshow-nadpis{
  display: block;
  position: absolute;
  bottom: 100px;
  left: 0px;
  color: white;
  font-size: 27px;
  font-weight: 400;
  font-style: italic;
  line-height: 50px;
  background: #e49500;
  padding: 0px 20px 0px 20px;
}

span.slideshow-popis{
  display: block;
  position: absolute;
  bottom: 70px;
  left: 0px;
  color: white;
  font-size: 14px;
  font-weight: 400;
  font-style: italic;
  line-height: 30px;
  background: #322e29;
  padding: 0px 20px 0px 20px;
}
