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

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

ul#tabs {
	left: 0;
	z-index: 2;
	width: 270px;
	left:320px; 
}

ul#tabs li {
	font-size:12px; 
	color:#ffffff; 
	font-weight:bold;
}
		
ul#tabs li img {
	float:left; 
	background:#1f1f1f; 
	padding:1px; 
	border:1px solid #333333;
	margin-right:5px;
}

ul#tabs li a {
	display: block;
	width:250px;
	height: 36px;
	color: #ffffff;
	font-size:10px;
	padding:10px;
}

ul#tabs li a:hover {
	color: #ffcc00;
}

ul#tabs li a.current {
	color: #ffcc00;
}

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

ul#output {
	width: 320px;
	height: 170px;
	position: relative;
}

ul#output li {
	position: absolute;
	width: 320px;
	height: 170px;
}

ul#output .info { 
	position:absolute; 
	top:140px;
	left:0; 
	height:30px; 
	width:320px;
	background: url('images/transparent-bg.png'); 
	text-align:center;
}

ul#output .info h2 { 
	font-size:12px;
	color:#ffcc00;
	overflow:hidden; 
}

ul#output .info a { 
	text-decoration:none; 
	color:#ffcc00; 
}
ul#output .info a:hover { 
	text-decoration:underline; 
}