#slideshow
{
	
	float:right;        
	display:inline;
	margin:0px 0px 0 0px;     
	position:relative;
	width:717px;
	height:290px;
	padding-bottom:0px;
	border-bottom:1px solid #fff;
        overflow:hidden;float:left;
}


#slideshow img
{

	left:0;
	position:absolute;
	top:0;
	width:717px;
	height:290px;
	z-index:8;
﻿﻿﻿	opacity:0.0;
}

#slideshow IMG.active
{
	width:717px;
	z-index:10;
﻿﻿	opacity:1.0;
}

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