
		div#feature_list {
			overflow: hidden;
			position: relative;
			border:1px solid #dfdfdf;
			border-bottom:0;
			background-color:#eeeeee;
			font-family:Verdana, Geneva, sans-serif;
		}
		div#feature_list .contentA {
			border:1px solid #fff;
			padding:8px;
			width:auto;
			text-align:center;
		}
		div#feature_list .contentB {
			width: 100%;
			height: 240px;
			position: relative;
			margin: 0 auto;
		}

		div#feature_list ul {
			position: absolute;
			top: 0;
			list-style: none;	
			padding: 0;
			margin: 0;
			text-align:left;
		}

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

		ul#tabs li {
			font-size: 1em;
			color: #727272;
			padding:0;
		}
		
		ul#tabs li img {
			padding: 5px;
			border: none;
			float: left;
			margin: 10px 10px 0 0;
		}

		ul#tabs li a {
			color: #727272;
			text-decoration: none;	
			display: block;
			padding: 10px 40px 10px 10px;
			height: 60px;
			outline: none;
			background:url(../pictures/featured/feature-tab.jpg) top left no-repeat;
		}
		ul#tabs li.first a {
			background:url(../pictures/featured/feature-tab.jpg) bottom left no-repeat;
		}

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

		ul#tabs li a.current {
			background-image:url(../pictures/featured/feature-tab-current.png);
			color: #FFF;
		}
		ul#tabs li a h3 {
			margin: 0;	
			padding: 7px 0 0 0;
			color: #727272;
			font-size: 1.4em;
			text-transform: uppercase;
			line-height:1em;
			font-family:"Arial Narrow", Helvetica, sans-serif
		}
		ul#tabs li a.current h3 {
			color: #FFF;
		}

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

		ul#output {
			right: 0;
			width: 637px;
			height: 240px;
			position: relative;
		}

		ul#output li {
			position: absolute;
			width: 100%;
			height: 240px;
		}
/*
		ul#output li a {
			position: absolute;
			bottom: 15px;
			right: 10px;
			padding: 5px 9px;
			text-decoration: none;
			font-size: 11px;
			color: #fff;
			background: #000;
			font-weight:bold;
			-moz-border-radius: 5px;
		}
		
		ul#output li a:hover {
			background: #D33431;
		}
*/
#feature_list .clear {
	clear: both;
	line-height: 1px;
	font-size: 1px;
}