#container {
	position:relative;
	margin: 0 auto;
	width: 934px;
}
#showcase {
	position: relative;
	width: 934px;
	height: 302px;
	margin: 0 auto;
	background: url(../images/showcase_bg.png);
	overflow: hidden;
}
#slider {
	width: 702px;
	height: 250px;
	padding: 25px 0 0 0;
	margin: 0 auto;
}
#slider ul, #slider li{
	margin:0;
	padding:0;
	list-style:none;
}
#slider li{ 
	width:702px;
	height:250px;
	overflow:hidden;
}										
#prevBtn a, #nextBtn a{  
	display:block;
	width:50px;
	height:100px;
	background:url(../images/prevbtn.jpg) no-repeat 0 0;	
}	
#nextBtn a{ 
	background:url(../images/nextbtn.jpg) no-repeat 0 0;	
}
	
#content {
	padding: 22px 0 0 0;
	width: 900px;
	height: 225px;
	margin: 0 auto;
}
.whoweare, .services, .featured {
	margin: 0;
	padding: 0;
	width: 250px;
	height: 200px;
	background-color:#ecd497;
	float: left;
	overflow: hidden;
}
.spacer {
	margin: 0;
	padding:0;
	width: 59px;
	height: 10px;
	float: left;
}
/*.services {
	margin: 0 0 0 59px;
}
.featured {
	margin: 0 0 0 59px;
}*/
.services h3, .whoweare h3, .featured h3 {
	padding: 4px 0 0 0;
	font-size: 14px;
	color: #4d3e20;
}
.inner {
	height: 178px;
	background-color: #a2a1a1;
	overflow: hidden;
}
.inner p {
	padding: 10px 10px 0 10px;
	color: white;
	font-weight: bold;
}