#featured-post-wrap {
	width:100%;
	
	padding-bottom:1px;
	margin:0 auto;
	float:left;
}

#featured-post {
	width:1050px;
	margin:0 auto;
}

.featured-item {
	background:url(../images/container-bg2.png);
	height:171px;
	overflow:hidden;
	position:relative;
}

.featured-thumb {

	
	border:1px solid #BFBFBF;
float:right;
margin:10px 50px 0 0;

width:221px;
}

.featured-item .title {
	clear:left;
	font-size:20px;
	font-style:italic;
	font-weight:normal;
	margin-bottom:3px;
	
}

.featured-item .title a { color:#000;text-decoration:none; }

.featured-item .title a:hover { color:#7ba8ea; }

.featured-item .post {
	float:left;
	width:600px;
	padding:10px 0 0 75px;
}

.featured-item .date-post {
	font-size:10px;
	font-style:italic;
	color:#fff;
}

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

#featured-prev {
left:5px;
top:240px;
z-index:20;
}

#featured-next {
	background-position:0 100%;
left:911px;
top:240px;
z-index:40;
}


