
		#feature_list h4 {
			margin: -6px 0 0 0;	
			padding: 0;
			font-size: 16px;
			text-transform: uppercase;	
		}

		#feature_list {
			margin-left:35px;
			margin-right:55px;
			width: 887px;
			height:600px;
			overflow: hidden;
			position: relative;
			z-index:1;
		}

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

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

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

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

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

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

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

		ul#output {
			
			right:0;	
			width: 600px;
			height: 540px;
			position: relative;
		}
		
		ul#output img{
		z-index:-1;
		}

		ul#output li {
			position: absolute;
			width: 600px;
			height: 540px;
		}

		ul#output li a {
			position: absolute;
			bottom: 10px;
			right: 10px;
			padding: 8px 12px;
			text-decoration: none;
			font-size: 11px;
			color: #FFF;
			background: #000;
		}
		
		ul#output li a:hover {
			background: #999999;
		}