#slideshow {
    position:relative;
    height:110px;
    width: 990px;
}

#slideshow IMG {
	position:absolute;
	top:0;
	right:0;
	z-index:8;
	opacity:0.0;
/*   -webkit-border-top-left-radius: 20px;
	-webkit-border-top-right-radius: 130px;
	-moz-border-radius-topleft: 20px;
	-moz-border-radius-topright: 130px;
	border-top-left-radius: 20px;
	border-top-right-radius: 130px;
*/
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}
