#content {
	width: 975px;
}
.featuredposts {
	list-style-type: none;
	display: inline;
	float: right;
	margin-bottom: 5px;
}

.featuredposts li {
	float: left;
	margin-right: 10px;
}

.featuredposts li a {
	float: left;
	height: 9px;
	width: 9px;
	display: block;
	background: transparent url(/img/site/light_off.png) no-repeat scroll 0 0;
}

.featuredposts li a.selected {
	float: left;
	display: block;
	height: 9px;
	width: 9px;	
	background: transparent url(/img/site/light_on.png) no-repeat scroll 0 0;
}

#featured {
	width: 975px;
}