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

#fastedFed {
    position:relative;
    height:700px;
}

#fastedFed div {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
    height: 700px;
    background-color: #FFF;
}

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

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

#fastedFed div img {
    height: 459px;
    display: block;
    border: 0;
    margin-bottom: 0px;
}


#glucoseIsToxic {
    position:relative;
    height:850px;
}

#glucoseIsToxic div {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
    height: 850px;
    background-color: #FFF;
}

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

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

#glucoseIsToxic div img {
    height: 616px;
    display: block;
    border: 0;
    margin-bottom: 0px;
}


