div#content p{
	/*text-align: center;*/
}

div#feature ul { 
	
	list-style: none;    
	margin: 10px 10px 10px 55px;
	/*
	background-color: #5ac3e9;
	width: 555px;
	
	*/
	height: 320px;
}
div#feature .featurepic img { 
	border: none;     
	float: left;
/*
	position: relative;
	left:10px;
	top:10px;

	position:absolute;
	z-index:-1
	*/
}

.featurepic span {
    position: absolute;
	left:0px;
	top: 250px;
	font: 12px/15px Arial, Helvetica, sans-serif;
    padding: 10px 13px;
    width: 508px;
    background-color: #000;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
	-khtml-opacity: 0.7;
    opacity: 0.7;
    color: #fff;
}

.featurepic a:link, .featurepic a:visited, .featurepic a:hover, .featurepic a:active   { color: #FFF; text-decoration:underline; }

