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

#glut4 {
    position:relative;
    height:590px;
}

#glut4 div {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
    height: 590px;

    background-color: #ffffff;
}

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

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

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



#hexoseTransport {
    position:relative;
    height:610px;
}

#hexoseTransport div {
    position:absolute;
    top:0;
    left: 0;
    z-index:8;
    opacity:0.0;
    height: 610px;

    background-color: #ffffff;
}

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

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

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

