.slideshow-outer
{
	position: relative;
	background-color: white;
	width: 808px;
        height: 335px;
        clear: both;
}
.slideshow-overlay 
{
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 2000;
}
.slideshow-slide img
{
	border: 0px;
}
.slideshow-slideset 
{
	position: absolute;
	left: 0px;
	top: 0px;
}
.slideshow-image-slide
{
	position: relative;
	width: 808px;
        height: 335px;
}
.slideshow-image-slide img
{
	position: absolute;
	top: 0px;
	left: 0px;
}
