#fader-effect {
    position:relative;
    top:-50px;
    width:520px;
    height:550px;
}
 
#fader-effect div {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
    height: 550px;
}
 
#fader-effect div.active {
    z-index:10;
    opacity:1.0;
}
 
#fader-effect div.last-active {
    z-index:9;
}
 
#fader-effect div img {
    width:520px;    
    height: 550px;
    display: block;
    border: 0;
    margin-bottom: 0px;
}
