div#feature_list {
			width: 980px;
			height: 317px;
			overflow: hidden;
			position: relative;
margin:0 auto;
			margin-top: 10px;
border-bottom: 1px solid #000;
		}

		div#feature_list ul {
			position: absolute;
			top: 0;
			list-style: none;	
			padding: 0;
			margin: 0;
		}

		ul#tabs {
			z-index: 2;
			width: 180px;
			left: 800px;
			text-align: right;
		}

		ul#tabs li {
			font-size: 12px;
			font-family: Arial;
			background-image: url(Elements/bg_featurelist.png);
			text-align:center;
			width: 50px;
			height: 50px;
			float: left;
			margin-top: 250px;
			margin-right: 5px;
		}
		ul#tabs li a {
			color: #FFF;
			font-size: 24px;
			font-weight: bold;
			text-decoration: none;	
			display: block;
			padding: 10px;
			height: 60px;
			outline: none;
		}

		ul#tabs li a:hover, ul#tabs li a:hover strong {
			color: #db753e;
		}
		
		ul#tabs li a.current {
			color: #333333;
		}

		ul#tabs li a.current:hover {
			text-decoration: none;
			cursor: default;
		}

		ul#output {
			right: 0;
			width: 980px;
			height: 317px;
			position: relative;
		}

		ul#output li {
			position: absolute;
			width: 980px;
			height: 317px;
		}

ul#output li h1 { color: #000; font-size: 40px; }

		ul#output li .feature {
z-index:10;
			position: absolute;
			width: 450px;
			height: 200px;
			text-align: right;
			top: 0px;
			right: 20px;
			padding: 8px 12px;
			text-decoration: none;
			font-size: 11px;
			color: #6b6b6b;
			-moz-border-radius: 5px;
			background-image: url(AcaBox/js/jQueryGlobe/50percent.png);
		}
		
ul#output li .feature h2 { color: #000; }	
	
