		div#feature_list {
			width: 712px;
			height: 240px;
			overflow: hidden;
			position: relative;
			margin:0 0 10px 0;
			z-index:0;
		}

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

		ul#tabs {
			right: 0;
			z-index: 2;
			width: 312px;
		}

		ul#tabs li {
		
			*height:58px;
		}
		
		ul#tabs li img {
			border: none;
			float: left;
			widtH:70px;
			height:50px;
		}

		ul#tabs li a {
			color: #666;
			text-decoration: none;	
			display: block;
			padding: 5px;
			height: 50px;
			outline: none;
			background:#f5f5f5;
			border-bottom:solid 1px #ccc;
			
		}

		ul#tabs li a:hover {
			background:#eee;
		}

		ul#tabs li a.current {
			background:#999;
			color: #FFF;
			font-size:11px;
		}

		ul#tabs li a.current:hover {
			text-decoration: none;
			cursor: default;
		}
		
		ul#tabs li h3{
			margin:0 0 0 75px;
			font-weight:bold;
			width:219px;
			*width:195px;			
		}

		ul#output {
			left: 0;
			width: 395px;
			height: 240px;
			position: relative;
		}

		ul#output li {
			position: absolute;
			width: 395px;
			height: 240px;
		}

		ul#output li a {
			
		}
		
		ul#output li span{
			background:url(../images/caption_bg.png);
			width:390px;
			height:20px;
			padding:10px 0 10px 10px;
			position:absolute;
			z-index:0;
			bottom:0;
			left:0;
			color:#ccc;
			font-weight:bold;
		}
		
		ul#output li a:hover {
			background: #D33431;
		}