#slideshow {
	position: relative;
	width: 880px !important; /*set your width*/
	height: 316px !important; /*set your height*/
	margin-right: 20px;
	margin-left: 20px;
	background-color: #58585a; /*i needed a black background*/
	margin-left:40px;
	overflow:hidden;
}
#topspan { 
	position:relative;
	background:white;
	opacity:0.25;
	height:65px;
	margin-bottom:-65px;
	z-index:101;
	text-indent:-999px;
	margin-left:40px;
	margin-right:40px;
	

}
#slideshow div.slider {
	position: absolute;
	background:center center no-repeat;

	top: 0;
	left: 0;
	width: 880px;
	height: 316px;
	z-index: 100;
	text-align: right;
	color: white;
	padding-top:260px;
	
/*	line-height:250px;*/

/*	font:35px verdana;*/
}
#slideshow span { 
	display:block;
	background-color: black;

	padding-top:10px;
	color:white;
	height:250px;
	padding-top:5px;
}

#slideshow div.active {
	z-index: 102;
	opacity: 1.0;
}
#slideshow div.last-active {
	z-index: 101;
}
