#featured-post-wrap {
	width:100%;
	position:relative;
	padding-bottom:18px;
	margin:0 auto;
}

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

.featured-item {
	background:#fff url(../images/container-bg2.jpg) no-repeat 50% -10px;
	height:171px;
	overflow:hidden;
}

.featured-thumb {
	background-color:#ffffff;
	padding:8px;
	border:1px solid #bfbfbf;
	margin-left:6px;
	float:right;
	width:221px;
}

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

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

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

.featured-item .post {
	float:left;
	width:805px;
}

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

#featured-prev, #featured-next {
	background:#f9f9f9 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:9px;
}

#featured-next {
	background-position:0 100%;
	right:9px;
}



