/*** Featured Section ***/
#featuredsection{ 
	width: 980px; 
	height: 280px; 
	padding: 0px; 
	margin: 0 auto; 
	background: none;
}


/** Featured Slider **/
#featuredposts {
	clear: both;
	height: 240px;
	width: 840px;
	padding: 40px 66px 0 74px; 
	margin: 0px; 
	background-color: #1D1D1D; 
	position: relative;
}
#featuredslides,
#featuredposts .slide {
	width: 800px !important; 
	height: 198px !important; 
	position: relative; 
}
#featuredposts .featuredcontent {
	float: left;
	width: 450px;
	margin: 0 27px 0 0;
}
#featuredposts .featuredimage {
	float: left;
}
.featuredimage img{
	border: 4px solid #E4E4E4;
}
#featuredposts p {
	font-size: 1.143em;
	color: #CCC;
	line-height: 1.5em;
	margin: 0 0 1em 0;
	background: none;
}
a#prev,
a#next {
	position: absolute;
	display: block;
	width: 41px;
	height: 40px;
	top: 110px;
	z-index: 20;
}
a#prev {
	background: url(images/previous.png) top left no-repeat;
	left: -10px;
}
a#next {
	background: url(images/next.png) top left no-repeat;
	right: -10px;
} 
a#prev:hover{
	background: url(images/previoushover.png) top left no-repeat;
}
a#next:hover {
	background: url(images/nexthover.png) top left no-repeat;
}
