 
.slideshow{
	position:relative;
	height:200px;
	width: 200px;
	 
	right:0px; top:0px;
	overflow: hidden;
	margin-top:15px;
}
.slideshow img {
	width: 100%;
	left: 0px;
	top: 0px;
	position: absolute;
}
.slideshow IMG {
	position:absolute;
		left: 0px;
	top: 0px;
	z-index:8;
}

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

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