#cycler {
    position: relative;
}

#cycler img {
    position: absolute;
    z-index: 1;
    background-color: white;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: none
}

#cycler img.active {
    z-index: 3
}

#cycler img.base {
    z-index: -1;
    position: static;
    display: block
}

.pika-stage .caption{
    line-height: 1.5em;
}