﻿	h3 {
	margin: 3px;
	padding: 0 0 0 0;
	font-size: 15px;
	text-transform: uppercase;
		}

		div#feature_list {
	width: 783px;
	height: 240px;
	overflow: hidden;
	position: relative;
		}

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

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

		ul#tabs li {
			font-size: 12px;
			font-family: Arial;
		}
		
		ul#tabs li img {
	padding: 2px;
	border: none;
	float: left;
	margin: 2px 5px 0 0;
		}

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

		ul#tabs li a:hover {
	color: #FF7113;
		}

		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 {
	right: -3px;
	width: 465px;
	height: 240px;
	position: relative;
		}

		ul#output li {
	position: absolute;
	width: 490px;
	height: 240px;
	left: -33px;
	top: 0px;
	z-index: 0;
		}

		ul#output li a {
	position: absolute;
	bottom: 5px;
	right: 13px;
	padding: 8px 12px;
	text-decoration: none;
	font-size: 12px;
	color: #FFF;
	-moz-border-radius: 5px;
	background-image: url(transparent-bg.png);
	width: 416px;
	height: 54px;
	z-index: 1;
		}
		
		ul#output li a:hover {
		}
