div#feature_list {
	width: 980px;
	height: 315px;
	overflow: hidden;
	position: relative;
	clear: both;
}

div#feature_list ul {
	position: absolute;
	top: 0;
	list-style: none;	
	padding: 0;
	margin: 0;
}

ul#tabs {
	right: 0;
	z-index: 2;
	width: 286px;
	text-align: left;
	font-family: Times New Roman;
	font-size: 18px;
	color: #FFF;
}

ul#tabs li {
	margin: -3px 0 -6px 0;
}


ul#tabs li h3 {
	font-size: 30px;
}

ul#tabs li a {
	display: block;
	height: 99px;
	padding: 12px 25px 0 45px;
	text-align: center;
	background: url('feature-tab.png');
	color: #FFF;
	text-decoration: none;	
	outline: none;
}


ul#tabs li a:hover {
	text-decoration: none;
}

ul#tabs li a.current {
	background: url('feature-tab-current.png');
	color: #FFF;
}

ul#tabs li a.current:hover {
	text-decoration: none;
	cursor: default;
}

ul#output {
	right: 0;
	width: 697px;/*Largura da imagem*/
	height: 315px;
	position: relative;
}

ul#output li {
	position: absolute;
	width: 697px;
	height: 315px;
	left: -283px;
	margin-left: 1px;
}

ul#output li a {
	position: absolute;
	text-decoration: none;
	font-size: 11px;
	color: #FFF;
}