#rotating-banner {
    position:relative;
    height:281px;
}

#rotating-banner IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
}

#rotating-banner IMG.active {
    z-index:10;
}

#rotating-banner IMG.last-active {
    z-index:9;
}
