/* CSS Document */

/*** set the width and height to match your images **/

#header_image {
    position:relative;
    height:72px;
}

#header_image IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#header_image IMG.active {
    z-index:10;
    opacity:1.0;
}

#header_image IMG.last-active {
    z-index:9;
}
