div#feature_list {
	width: 876px;
	height: 350px;
	margin-left: 10px;
	overflow: hidden;
	position: relative;
}

div#feature_list ul {
	position: absolute;
	list-style: none;
	top: 5px;
	padding: 0;
	margin: 0;
}

ul#tabs {
	right: 0;
	z-index: 1;
	width: 230px;
}

ul#tabs li {
	font-size: 12px;
	height: 84px;
}

ul#tabs li img {
	border: none;
}

ul#tabs li a {
	text-decoration: none;
	display: block;
	padding-bottom: 0px;
	outline: none;
}

ul#tabs li a:hover {
	text-decoration: none;
}

ul#tabs li a.current:hover {
	text-decoration: none;
	cursor: default;
}

ul#output {
	left: 3px;
	position: relative;
	width: 630px;
	height: 335px;
}

ul#output li {
	position: absolute;
	width: 630px;
	height: 335px;
}

ul#output li a {
	position: absolute;
	bottom: 10px;
	right: 10px;
	padding: 8px 12px;
	text-decoration: none;
	font-size: 11px;
	color: #ffffff;
	background: #838383;
}

ul#output li a:hover {
	background: #838383;
}
