
#container{
	border: 1px solid #999;
	margin:0;
	padding:0;
	position:relative;
	width:538px;
	height: 310px;
	}

#content{
	margin:0;
	padding:5px;
	position:relative;
	}

#slider ul, #slider li{
	margin:0;
	padding:0;
	list-style:none;
	}

#slider li{
	width:528px;
	height:300px;
	overflow:hidden; 
	}
	
#shade{
	display: block;
	width: 528px;
	height:60px;
	margin-top: -60px;	
	background: transparent url(/images/featured/transpBlack.png) repeat 0 0;
	position: relative;
}

#textholder {
	position: relative;
	width: 518px;
	height:50px;
	padding: 5px;	
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	text-decoration: none;
}

/*

#shade {
	display: block;
	width: 528px;
	height:50px;
	background-color: #000;
	opacity:0.5;
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;   
    -khtml-opacity: 0.5;
	margin-top: -50px;
	position: relative;
}

#textholder {
	position: absolute;
	top: 205px;
	left: 5px;
	width: 518px;
	height:40px;
	padding: 5px;	
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;	
}

*/