.featured, .featured .content, .featured .footer {
	display: block;
	width: 100%;
}

.featured {
	height: auto;
	position: relative;
	z-index: 1;
}

.featured .content {
	display: block;
	min-height: 400px;
	height: auto !important;
}

.featured .sm-w {
	margin-left: 10px;
	border-bottom: 1px solid #dedede;
	
}

.featured h1 {
	float: right;
	display: block;
	color: #3c3c3c;
	font-size: 1.5em;
	font-weight: normal;
	padding: 10px 0 8px 20px;
	margin: 0 1px 0 1px;
}

.featuredposts {
	float: left;
	margin: 15px 25px 0 0;
	display: inline;
}

.featuredposts li {
	float: left;
	display: block;
	margin: 0 10px 0 0;
}

.featuredposts li a {
	float: left;
	display: block;
	width: 9px;
	height: 9px;
	background: url(../images/light_off.png) no-repeat;
}

.featuredposts li a:hover {
	background: url(../images/light_bl.png) no-repeat;
}

.featuredposts li a.selected {
	background: url(../images/light_on.png) no-repeat;
}

.featuredposts li a.selected:hover {
	background: url(../images/light_on.png) no-repeat;
}

.featuredposts_content {
	display: none;
	height: 410px;
	position: relative;
	z-index: 1;
}

@media print {
	.featuredposts_content {
	display: block !important;
	}
}

/* content */
.featuredposts_content .thumb {
	position: absolute;
	top: 5px;
	left: 20px;
}

.featuredposts_content .thumb img {
	display: block;
	overflow: hidden;
	width: 900px;
	height: 400px;
	border: 1px solid #aaa;
	padding: 1px;
}