/* CSS Document */

.slideshow {
    position:relative;
	height:84px;
	height:84px;
	overflow:hidden;
}

.slideshow DIV {
    position:absolute;
    top:1px;
    left:1px;
    z-index:8;
	width:84px;
	height:84px;}

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

.slideshow DIV.last-active {
    z-index:9;
}