.slideshow { /*class for container*/
    position:relative;
    height:180px;
}

.slideshow DIV {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
}



.slideshow DIV.active { /*first active*/
	z-index:10;
}

.slideshow DIV.notactive { /*all others*/
	display:none;
}
