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


#transDeamination {
    position:relative;
    height: 450px;
}

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

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

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

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

