.slideshow2 { 
	position:relative; /*Make the slideshow container  position:relative and make the sub elements absolute to position the sub element absolute to the container*/
	height:145px; /*The slide show height*/
	overflow:hidden;
	width:200px;
}
.slideshow2 div {
	position:absolute; 
	top:0px;
	left:0;
	z-index:8;
}
.slideshow2 div img
{
	width:200px; /*The image slide show width*/
	height:145px; /*The image slide show height*/
}
.slideshow2 div.active {
	z-index:10;
}
.slideshow div.lastactive {
	z-index:9;
}