.featuredcontent_wrapper
{
	border:solid 1px silver;
	line-height:16px;
	background:#F0F0F0 ;
	height:210px;
}

.featuredcontent_postwrapper
{
	float:left;
	width:500px;
	display:none;
}

.featuredcontent_arrow_right,
.featuredcontent_arrow_left
{
	height:100%;
	width:42px;
	cursor:pointer;
	
}

.featuredcontent_arrow_right:hover
{
	background:#a0a0a0 url(images/next_on.gif) no-repeat center;
}
.featuredcontent_arrow_left:hover
{
	background:#a0a0a0 url(images/prev_on.gif) no-repeat center;
}


.featuredcontent_arrow_right
{
	float:right;
	background:#a0a0a0 url(images/next_on.gif) no-repeat center;
}

.featuredcontent_arrow_left
{
	float:left;
	background:#a0a0a0 url(images/prev_on.gif) no-repeat center;
}

.featuredcontent_postimage
{
	float:right;
}
.featuredcontent_post
{
	font-size:13px;
	line-height:18px;
	padding:5px;
}
.featuredcontent_postimage img
 {
	margin:5px;
	width:220px;
	height:168px;
	border:solid 1px silver;
}
.featuredcontent_title
{
	padding:0px 5px;
}
.featuredcontent_title h2
{
	font-size:20px;
	line-height:30px;
}

.featuredcontent_posttext
{
	margin-bottom:5px;
}