#slideshow {
    position:relative;
    height:260px;
}

#slideshow DIV {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
    height: 240px;
	padding:1em;
	line-height:1.5em;
	background:#FFFFFF url(images/box-body.png) left top repeat-x;
	color:#666666;
}

#slideshow strong {
	font-weight:bold;
	color:#0066CC;
	font-size:14px;
}

#slideshow em {
	font-style:italic;
	font-size:10px;
}

#slideshow DIV.active {
    z-index:10;
    opacity:1.0;
}

#slideshow DIV.last-active {
    z-index:9;
}

#slideshow DIV IMG {
    height: 200px;
    display: block;
    border: 0;
    margin-bottom: 10px;
}