#featured-post small {
	font-size:11px;
	color:#FFF;
	margin-top:-30px;
}
	
#featured-post-wrap {
	width:670px;
	position:relative;
	padding:22px 0 0px 0px;
	background: #000;
	margin-bottom: 20px;
	padding-right:10px;
}

#featured-post {
	width:660px;
	margin:0 auto;
	background:#000;
}

.featured-item {
	width:550px;
	height:250px;
	overflow:hidden;
	position:absolute;
	margin-top:28px;
}

.featured-thumb {
	
	padding:4px;
	border:1px solid #efecde;
	float:left;
	width:280px;
	
}

.featured-item .post {
	float:left;
	
	position:absolute;
	z-index:999;
	
}

.featured-item .date-post {
	font:normal 10px Arial,Verdana,Tahoma;
	color:#fff;
	text-transform:uppercase;
}

.featured-item .title {
	background:none;
	font-size:20px;
	height:auto;
	line-height:normal;
	width:250px;
	margin-bottom:4px;
	color: #fff;
	font-weight:bold;
	margin-left:290px;
	
	
	
}

.featured-item .entry {
	font:normal 16px Arial,Verdana,Tahoma;
	color: #fff;
	width:250px;
	margin-left:290px;
	
}
.featured-item .title a {
	color:#ebc718;
}



#featured-prev, #featured-next {
	background:transparent url(../images/slider-button.gif) no-repeat 0 0;
	position:absolute;
	top:119px;
	width:49px;
	height:49px;
	text-indent:-9999px;
	cursor:pointer;
}

#featured-prev { left:0; }

#featured-next {
	background-position :0 -49px;
	right:0;
}



