#slideshow {
    position:relative;
    height:190px;
	width: 220px;
	margin: 0 auto;
	/*padding-bottom: 10px;*/
	/*border: solid 1px black;*/
}

#slideshow DIV {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
    /*height: 160px;*/
    background-color: #FFF;
	/*text-align: center;*/
}

#slideshow DIV p
{
	/*text-align: center;*/
	color: #999;
	font-size: 11px;
	font-style: italic;
}

#slideshow DIV.active {
    z-index:10;
    opacity:1.0;
}

#slideshow DIV.last-active {
    z-index:9;
}

#slideshow DIV IMG {
    height: 160px;
    display: block;
    border: 0;
	top: 0;
    /*margin-bottom: 10px;*/
}