		#feature_list h3 {
			padding-top:  15px;
			
		}
		div#feature_list {
			width: 940px;
			height: 300px;
			overflow: hidden;
			position: relative;
		}

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

		ul#tabs {
			left: 0;
			z-index: 1;
			width: 252px;
		}

		ul#tabs li {
			font-size: 12px;
			color:  #f5e6ac;
		}
		
		ul#tabs li img {
			padding: 0px;
			border: none;
			float: left;
			margin: 10px 10px 0 0;
		}

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

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

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

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

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

		ul#output li {
			position: absolute;
			width: 720px;
			height: 300px;
		}

		ul#output li a {
			position: absolute;
			bottom: 10px;
			right: 20px;
			padding:0;
			text-decoration: none;
			font-size: 11px;
			color: #FFF;
		}
		
		ul#output li a:hover {
		}
