/* css definitions 4 slideshow */
.slideshow-box        {text-align:center;}

/*** set the width and height to match your images **/

#AviationPower-Referenzen {
    position:relative;
    height:100px;
}

#AviationPower-Referenzen DIV {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
    height: 100px;
    background-color: #FFF;
}

#AviationPower-Referenzen DIV.active {
    z-index:10;
    opacity:1.0;
}

#AviationPower-Referenzen DIV.last-active {
    z-index:9;
}

#AviationPower-Referenzen DIV IMG {
    height: 100px;
    display: block;
    border: 0;
    margin-bottom: 0px;
}
