#slideshow {
    position:relative;
    height:199px;
	color:#727274;
	background-color:#727274;
	width:243px;
}

#slideshow img
{
	/*border:#727274 solid 2px;	*/
	border:none;
}

#slideshow div {
    position:absolute;
    top:1px;
    left:1px;
    z-index:8;
    opacity:0.0;
    width:241px;
	background-color:#fff;
}

#slideshow span {
    height:15px;
	line-height:15px;
	padding-right:10px;
}

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

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

.div-content
{
	width:243px;
	text-align:right;
}

