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

#thiamineDeficiency {
    position:relative;
    height:560px;
}

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

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

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

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

#aerobicAnaerobicATP {
    position:relative;
    height:520px;
}

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

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

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

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


#NADHregulatesTCAcycle {
    position:relative;
    height:500px;
}

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

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

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

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


