div#feature_list {
	width: 568px;
	height: 188px;
	overflow: hidden;
	position: relative;
}

div#feature_list ul {
	position: absolute;
	top: 0;
	list-style: none;	
	padding: 0;
	margin: 0;
}

ul#tabs {
	z-index: 999;
	position: absolute;
	right: 10px;
	background: url(bg_tabs.png);
}

ul#tabs li {
	font-size: 12px;
	font-family: Arial;
	display: inline;
}

ul#tabs li a {
	color: #1b75bc;
	text-decoration: none;	
	padding: 5px;
	height: 25px;
	outline: none;
	background: #ffffff;
	font-weight: bold;
}

ul#tabs li a:hover {
	text-decoration: underline;
}

ul#tabs li a.current {
	background: #1b75bc;
	color: #ffffff;
}

ul#tabs li a.current:hover {
	text-decoration: none;
	cursor: default;
}

ul#output {
	right: 0;
	width: 568px;
	height: 188px;
	position: relative;
}

ul#output li {
	position: absolute;
	width: 568px;
	height: 188px;
}

ul#output li a {
	/*
	position: absolute;
	bottom: 10px;
	right: 10px;
	padding: 8px 12px;
	text-decoration: none;
	font-size: 11px;
	color: #FFF;
	background: #000;
	-moz-border-radius: 5px;
	*/
	outline: none;
}

ul#output li a:hover {
	/*
	background: #D33431;
	*/
}
