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


#malariaG6PDdeficiency {
    position:relative;
    height:400px;
}

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

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

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

#malariaG6PDdeficiency div img {
    height: 336px;
    display: block;
    border: 0;
    margin-bottom: 10px;
}



#glutathioneDetoxification {
    position:relative;
    height:680px;
}

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

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

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

#glutathioneDetoxification div img {
    height: 405px;
    display: block;
    border: 0;
    margin-bottom: 10px;
}




