/*
	KO-SLIDER.CSS
	@since 11-17-2009
*/

#slideshow{
	height: 250px;
	margin: auto;
	position: relative;
	width:720px;
}

	#slideshow img{
		position: absolute;
		left: 0;
		opacity: 0.0;
		top: 0;
		z-index: 8;
	}

		#slideshow img.active{
			z-index: 500;
		}

#slider_overlay{
	background: #000;
	color: #FFF;
	float: left;
	height: 50px;
	opacity: 0.7;
	overflow:hidden;
	position: relative;
	z-index: 11;
}

	#slideshow .caption {  
			display: none;
	         z-index:600;   
	         background-color:#000;   
	         color:#ffffff;   
	         height:100px;   
	         width:100%;   
	         position:absolute;  
	         bottom:10px;  
	}
	
	#slideshow .content{
		padding: 10px;
	}
	
