
.feature_container {
	width: 508px;
	height: 418px;
	background-color: #000;
	position: relative;
}
.feature_nav {
	border: 0px solid black;
	position: absolute;
	left: 360px;
	top: 250px;
	z-index: 1000;
}
.feature_nav ul, .feature_nav ul li {
	list-style: none;
	margin: 0;
	padding: 0;
	display: block;
}
.feature_nav li {
	float: left;
}
.feature_nav ul li a {
	background: #fff;
	color: #000;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	border: 1px solid #bfa693;
	display: block;
	width: 30px;
	text-align: center;
	padding: 4px 0px;
	margin-right: 3px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.feature_nav ul li a.on {
	background: #f89600;
}
.feature_content {
	width: 508px;
	height: 271px;
	background: #000;
	border: 0px solid #ccc;
	padding: 0px;
	color: #fff;
}
#feature_one, #feature_two, #feature_three, #feature_four, #feature_five {
	position: absolute;
	display: none;
}
.feature_content h2 {
	background-color: #000;
	font-size: 1.6em;
	padding: 5px 0 0;
	font-weight: lighter;
	line-height: normal;
	margin: 0;
}
.feature_content p {
	background-color: #000;
	font-size: 1.2em;
	line-height: 1.4em;
	padding: 10px 0 0;
	margin: 0;
}
.feature_content p a {
	font-weight: bold;
	font-size: 1.1em;
	color: #43A9F3;
	text-decoration: underline;
}
.text-right {
	text-align: right;
}