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


#aaRoadMap {
    position:relative;
    height: 820px;
}

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

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

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

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


#pitHypothalAdrenoAxis {
    position:relative;
    height: 800px;
}

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

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

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

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


