/* Background image cycler CSS */

#background_cycler {
    width: 100%;
    height: 100%;
    background-size: cover;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

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

#background_cycler img.active {
/* JAI    z-index: 3   */
 	z-index: 3
}
