#slideshow {
	position:relative;
	
}

#slideshow IMG {
	position:absolute;
	top:-1px;
	left:9px;
	z-index:8;
	opacity:0.0;
}

#slideshow IMG.active {

    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}

.countstyle{
	style='font-size:60px;
	top:50px;
	
	
}