#featurelist_page {
	margin: 0 auto;
	padding: 0;
	width: 960px;
	position: relative;
	height: 241px;
}
#content_featured {
	height: 241px;
	background-color: #FFF;
	background-image: url(skin/splash_bkg.jpg);
	background-repeat: repeat-x;
	background-position: 0% 0%;
	margin-top: 60px;
	margin: 0;
	padding: 0;
	clear: both;
	position: relative;
}
.clear {
	clear: both;
	line-height: 1px;
	font-size: 1px;
}
a {
}
h3 {
	margin: 0;
	padding: 7px 0 0 0;
	font-size: 16px;
	text-transform: uppercase;
}
div#feature_list {
	margin: 0 auto;
	padding: 0;
	width: 960px;
	position: relative;
	height: 241px;
	overflow: hidden;
}
div#feature_list ul {
	position: absolute;
	list-style: none;
	padding: 0;
	margin: 0;
}
ul#tabs {
	left: 0;
	z-index: 2;
	width: 320px;
}
ul#tabs li {

}
ul#tabs li img {
	padding: 5px;
	border: none;
	float: left;
	margin: 10px 10px 0 0;
}
ul#tabs li a {
	
	text-decoration: none;
	display: block;
	padding: 10px;
	height: 60px;
	width: 300px;
	outline: none;
	outline-color: #888;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 12px;
}
ul#tabs li a:hover {
	text-decoration: underline;
	color: #0CF
}
ul#tabs li a.current {
	background:  url('images/feature-tab-current.png');
	color: #FFF;
}
ul#tabs li a.current:hover {
	text-decoration: none;
	cursor: default;
}
ul#output {
	right: 0;
	width: 673px;
	height: 240px;
	position: relative;
}
ul#output li {
	position: absolute;
	width: 673px;
	height: 240px;
}
ul#output li a {
	position: absolute;
	bottom: 26px;
	right: 15px;
	padding: 8px 18px;
	text-decoration: none;
	font-size: 11px;
	color: #FFF;
	background: #000;
	-moz-border-radius: 5px;
}
ul#output li a:hover {
	background: #D33431;
}
