@charset "utf-8";
/* CSS Document */

div#feature_list {
	width: 960px;
	height: 420px;
	overflow: hidden;
	position: relative;
	background-color: rgba(255,255,255,0.5);
}

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

ul#tabs { right: 15px; /*top:8px;*/ z-index: 2; width: 280px; height:85px	}
ul#tabs li { height:85; line-height:85px; padding: 0 10px 0 0;}
ul#tabs li a { display:block; height:85px; overflow:hidden; padding: 0 10px 0 20px; }
ul#tabs li a:hover, ul#tabs li a.current { color:#fff; font-weight:bold; height: 85px; background-color: #675139; }

ul#output {
	/*left: 8px;*/
	/*top:8px;*/
	width: 635px;
	height: 420px;
	position: relative;
}
ul#output li {	position: absolute; height: 420px;	}

