@charset "utf-8";
div#feature_list {
	width: 500px;
	height: 198px;
	text-align: left;
	overflow: hidden;
	position: relative;
	background-image: url(/thumbnail/feature-bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
	margin-bottom: 10px;
}
div#feature_list ul {
			position: absolute;
			top: 0;
			list-style: none;	
			padding: 0;
			margin: 0;
}
div#feature_list ul#tabs {
	position: absolute;
	top: 150px;
	list-style: none;
	left: 0;
	z-index: 2;
	height: 48px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 2px;
}
ul#tabs li {
	width: 124px;
	height: 48px;
	border: none;
	float: left;
}
ul#tabs li a {
	width: 120px;
	height: 34px;
	padding: 10px 2px 4px 2px;
	border: none;
	float: left;
}
ul#tabs li a.current {
	background:  url('/thumbnail/feature-current.gif');
	color: #FFF;
}
ul#tabs li a.current:hover {
	cursor: default;
}
ul#output {
	top: 0;
	left: 0;
	width: 500px;
	height: 150px;
	position: relative;
}
ul#output li {
	position: absolute;
	width: 500px;
	height: 150px;
}
ul#output li a {
	position: absolute;
	top: 0;
	left: 0;
	padding: 0;
}
