div#feature_list h3 {
	font-size: 13px;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
	padding-top:3px;
	color:purple;
}
div#feature_list a{
	font-size:10px;
	color:#FFF;
	padding-right : 5px;
}

div#feature_list {
	width: 400px;
	height: 250px;
	overflow: hidden;
	position: relative;
	background-color : #FFF;
}

div#feature_list ul {
	position: absolute;
	top: 0;
	list-style: none;	
	padding: 0;
	margin: 0;
}

ul#tabs {
	right: 0;
	z-index: 2;
	width: 58%;
}

ul#tabs li {
	font-size: 12px;
	font-family: Arial;
}

ul#tabs li img {
	padding-left: 5px;
	padding-top: 17px;
	padding-right: 5px;
	border: none;
	float: left;
}

ul#tabs li a {
	color: #222;
	text-decoration: none;	
	display: block;
	height: 63px;
	margin:0;
	padding:0;
	outline: none;
	background:  url('/images/1/home_rotator/feature-tab-current-off.png');
	overflow:hidden;
}

ul#tabs li a:hover {
	text-decoration: underline;
}

ul#tabs li a.current {
	background:  url('/images/1/home_rotator/feature-tab-current-on.png');
	color: #000;
}

ul#tabs li a.current:hover {
	text-decoration: none;
}

ul#output {
	float: left;
}

ul#output li {
	position: absolute;
	width: 463px;
	height: 250px;
}

ul#output li a {
	position: absolute;
	left: 0px;
	bottom: 0px;
	max-width:150px;
	padding: 5px;
	text-decoration: none;
	font-size: 12px;
	color: #FFF;
	background: #000;
	opacity : 0.8;
	-moz-border-radius : 10px 0px; 
}

ul#output li a:hover {
	background: #FFFFFF;
	color:#000;
}
