.sShow{
    position:relative;
    height:250px;
}

.sShow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

.sShow IMG.active {
    z-index:10;
    opacity:1.0;
}

.sShow IMG.last-active {
    z-index:9;
}

.sShowDiv{
    position:relative;
    height:20px;
}

.sShowDiv SPAN {
    position:absolute;
    top:0;
    left:0;
    z-index:7;
    opacity:0.0;
	color: #ffffff;
}

.sShowDiv SPAN.active {
    z-index:9;
    opacity:1.0;
	color: #000000;
}

.sShowDiv SPAN.last-active {
    z-index:8;
	color: #ffffff;
}
