#feature 	{
	font-family: "Trebuchet MS",Verdana,Arial,sans-serif;
	font-size: 14px;
	line-height: 1.6;
	width: 868px; /* This is the width  */
	margin: 25px auto; /* margin top/bottom and centering  */
	padding: 15px; /* Padding inside */
	background: #183573;	/* Background color  */
	border: 1px solid #CCC; /* border around  */
	}

#feature h1 { margin: 0; }


#feature p 	{ margin: 0; padding: 7px 0; }

.clear 		{ clear: both; line-height: 1px; font-size: 1px; }

#feature a 	{ outline-color: #FFF; padding-top: 20px	}

#feature h3 { margin: 0;	padding: 15px 0 0 0;
				font-size: 16px; text-transform: uppercase;
				}
#feature h3:hover 	{color:#FF0;	}

div#feature_list 	{
	width: 860px;
	height: 300px;
	overflow: hidden;
	position: relative;
	}
		
div#feature_list ul {
	position: absolute;
	top: -16px;
	list-style: none;
	padding: 0;
	margin: 0;
	height: 320px;
	}

ul#tabs {
	left: -14px;
	z-index: 2;
	width: 373px;
	}

ul#tabs li { font-size: 12px; font-family: Arial; }

ul#tabs li img {
	padding: 5px; border: none; margin: 10px 10px 0 0;
	float: left;
	}

ul#tabs li a 	{
	color: #FFF;
	font-style:italic;
	text-decoration: none;	
	
	display: block;
	padding: 10px;
	height: 60px;
	outline: none;
	}

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

ul#tabs li a.current {
	background:url(../images/banner/images/feature-tab-current.png);
	color: #FFF; float: right;
	}

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

ul#output {
	right: -99px;
	width: 590px;
	height: 240px;
	position: relative;
	}

ul#output li {
	position: absolute;
	width: 547px;
	height: 318px;
	left: -56px;
	top: 8px;
	}

ul#output li a {
	position: absolute;
	font-weight:bold;
	bottom: 15px;
	right: 16px;
	padding: 8px 12px;
	text-decoration: none;
	font-size: 14px;
	color: #000;
	background: #FF0;
	-moz-border-radius: 5px;
	width: 291px;
	text-align: center;
	}

ul#output li a:hover {
	background:#9FF;
	text-align: center;
}
