div#feature_list {
	width: 702px;
	height: 310px;
	overflow: hidden;
	position: relative;
	float:left;
}

div#feature_list ul {
	position: absolute;
	width: 702px;
	top: 226px;
	list-style: none;	
	padding: 0;
	margin: 0;
}

ul#tabs {
	left: 0;
	z-index: 2;
	width: 233px;
	background:url(../images/bck-tabs.png) repeat-x;
	
}

ul#tabs li {
	float:left;
	position:relative;
	width: 232px;
	font-size: 12px;
	display:inline;
	border-right:2px solid #FFF;
	text-align:left;
	
}

ul#tabs li img {
	margin: 7px 10px 0 0;
}

ul#tabs li h3 {
	padding: 5px;
	width:215px;
	border: none;
	float: left;
	margin: 10px 0 0 5px;
}

ul#tabs li a {
	color: #333;
	text-decoration: none;	
	display: block;
	height: 82px;
	outline: none;
}

ul#tabs li a.current {
	background: url(../images/bck-tabs-on.png);
	width:233px;
}

ul#tabs li a.current:hover {
	text-decoration: none;
	cursor: default;
}

ul#output {
	left: 0;
	top:-220px;
	width: 700px;
	height: 220px;
	position: relative;
}

ul#output li {
	left: 0;
	top:-220px;
	position: absolute;
	width: 700px;
	height: 220px;
}
