#slideshow_box {
    width: 440px; /* important to be same as image width */
    height: 225px; /* important to be same as image height */
}

#slideshow {
    position:absolute;
	clear:both;
	width: 440px; /* important to be same as image width */
    height: 218px; /* important to be same as image height */
	margin-left:0px;
	margin-top:0px;
	padding:0;
	padding-bottom:10px;
}

#slideshow img {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
}

#slideshow img.active {
    z-index:10;
}

#slideshow img.last-active {
    z-index:9;
}
