h3 {
			margin: 0;	
			padding: 7px 0 0 0;
			font-size: 16px;
			text-transform: uppercase;
		}

		div#feature_list {
			margin-left: 90px;
			width: 820px;
			height: 440px;
			overflow: hidden;
			position: relative;
		}

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

		ul#tabs {
			right: 0;
			z-index: 2;
			width: 320px;
		}

		ul#tabs li {
			font-size: 12px;
			font-family: Arial;
			padding-bottom: 21px;
		}
		
		ul#tabs li img {
			filter:alpha(opacity=85); -moz-opacity:0.85; -khtml-opacity: 0.85; opacity: 0.85;
			border: none;
			float: right;
			
		}
		
		ul#tabs li img:hover { filter:alpha(opacity=100); -moz-opacity:1.0; -khtml-opacity: 1.0; opacity: 1.0; cursor: pointer; }

		ul#tabs li a {
			color: #222;
			text-decoration: none;	
			display: block;
			
			height: 60px;
			outline: none;
		}

		ul#tabs li a:hover {
			text-decoration: underline;
		}

		ul#tabs li a.current {
			background:  url('feature-tab-current.png');
			color: #FFF;
		}

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

		ul#output {
			left: 0;
			width: 463px;
			height: 240px;
			position: relative;
		}

		ul#output li {
			position: absolute;
			width: 463px;
			height: 290px;
		}

		ul#output li a {
			text-transform: uppercase;
			position: absolute;
			bottom: 10px;
			left: 20px;
			padding: 5px 10px;
			text-decoration: none;
			font-size: 0.8em;
			color: #1d1d1d;
			background: #ead93c;
			-moz-border-radius: 5px;
			box-shadow: 0px 0px 30px #000; -moz-box-shadow: 0px 0px 30px #000; -webkit-box-shadow: 0px 0px 30px #000;
		}
		
		ul#output li a:hover {
			background: #D33431;
			color: white;
		}