#featured
{
	/*background: url(../images/featured_back_1.png) no-repeat top center;
	height: 441px;
	float:left;*/
}
#featuredContent {
	position: relative; /* important */
/*	overflow: hidden; /* important */
	width: 984px; /* important */
	height: 371px; /* important */
	margin: 0px auto;
}

/*#featuredNav {position: relative}*/
#featuredNav_previous
{
	position: absolute;
	top: 180px;
	left: 0;
}
#featuredNav_next
{
	position: absolute;
	top: 180px;
	right: 0px;
}
#featured_content {
	position: absolute;
	top: 0;
	margin: 0px auto;
	padding: 0;
	border:0px #00CC66 solid;
}

#featured_content
#featured_content li {
	list-style: none;
	margin: 0px auto;
	padding: 0;
	background: none;
}
	#featured_content {
		/*width: 5418px;*/
		width: 25000px;
		height: 371px;
		border:#FF0000 0px solid;
	}
	#featured #featuredContent ul li {
		float: left;
		display: block;
		margin: 0px auto;
		padding: 0px;
		background: none;
	}

#featured #featuredContent ul li img {
	display: block;
}

.featured_item{
float:left; 
border:0px #00CC00 solid;
height:371px;
width:984px;
}

.project
{
	overflow: hidden;
	width:984px;
	border:0px #FFFFFF solid;
	padding:0px;
	margin:0px;

}
.projectImage
{
	float: left;
	width:984px;
	border:#FF0000 0px solid;
	height:371px;
}


