div#btn{
	background-image:url(images/feature_btn_rpt.png);
	background-repeat:repeat-x;
	height:53px;
	width:190px;
	float:left;
}

div#btn:hover{
	background-position:0px -53px;
}

.feature_list {
	width: 880px;
	height: 369px;
	overflow: hidden;
	position: relative;
}

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

.tabs {
	left: 0;
	z-index: 2;
	width: 212px;
	height:53px;
}

.tabs li {
	font-size: 12px;
	font-family: Verdana, Geneva, sans-serif;
	height:53px;	
}

.tabs li img {
	padding: 5px;
	border: none;
	float: left;
	margin: 10px 10px 0 0;
}

.tabs li a {
	color: #fff;
	text-decoration: none;
	display: block;
	outline: none;
}

.tabs li a:hover {
	/*text-decoration: underline;*/
}

.tabs li a.current {
	background: url('images/feature-tab-current.png');
	background-repeat:no-repeat;
	color: #FFF;
	height:53px;
}

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

.tabs li a.current div{
	background-image:none;
}

.output {
	right: 0;
	width: 690px;
	height: 369px;
	position: relative;
	overflow:auto;
	
	font-family:Verdana, Geneva, sans-serif;
	text-align:left;
	color:#FFF;	
}

.output li {
	position: absolute;
	width: 610px;
	height: 240px;
	padding-left:25px;
		
}

.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;
}

.output li a:hover {
	background: #D33431;
}
