#slideshow {
    position:relative;
    height:350px;
    float: left;
    width: 465px;
    height: 463px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

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

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

div.opis_small{
    float: left;
    width: 450px;
    text-align: center;
}

div.ozdobnik{
    background-image: url(images/dolny_ozdobnik.png);
    background-repeat: no-repeat;
    width: 451px;
    height: 115px;
    margin: 0 auto;
    position: relative;
    bottom: 0px;
}