/*h3 {
			margin: 0;	
			padding: 7px 0 0 0;
			font-size: 16px;
			text-transform: uppercase;
		}
 
		div#feature_list {
			width: 667px;
			height: 455px;
			overflow: hidden;
			position: relative;
			background:blue
		}
 
		div#feature_list ul {
			position: absolute;
			top: 0px;
			list-style: none;	
			padding: 0;
			margin: 0;
		}*/
 /*
		ul#tabs {
	
			z-index: 2;
			width: 667px;
			height:100px;
			background:#ccc;
		}
 
		ul#tabs li {
			font-size: 12px;
			font-family: Arial;
			width:300px;
			float:left
		}
		
		ul#tabs li img {
			padding: 5px;
			border: none;
			float: left;
			margin: 10px 10px 0 0;
		}
 
		ul#tabs li a {
			color: #222;
			text-decoration: none;	
			display: block;
			padding: 10px;
			height: 60px;
			outline: none;
		}
 
		ul#tabs li a:hover {
			text-decoration: underline;
		}
 
		ul#tabs li a.current {
			background:  url('feature-tab-current.png');
			color: #FFF;
		}
 
		ul#tabs li a.current:hover {
			text-decoration: none;
			cursor: default;
		}
 */
		/*ul#output {
			right: 0;
			width: 667px;
			height: 240px;
			position: relative;
		}
 
		ul#output li {
			position: absolute;
			width: 463px;
			height: 460px;
		}
 
		ul#output li a {
			position: absolute;
			bottom: 0px;
			right: 0px;
			padding: 0px 0px;
			text-decoration: none;
			font-size: 11px;
			color: #FFF;
			background: #000;
			-moz-border-radius: 0px;
		}
		
		ul#output li a:hover {
			background: #D33431;
		}*/


		#feature_list{
			margin:0px 0px 0px 0px;
			padding:0px 0px 0px 0px;
			float:left;
			width:1100px;
			height:590px;
			position:relative;
			overflow:hidden;
			/*background:#ccc;*/
		}
		#feature_list ul{
			margin:0px 0px 0px 0px;
			padding:0px 0px 0px 0px;
			float:left;
			overflow:hidden;
		}
		#feature_list ul li{
			list-style:none;
			margin:0px 0px 0px 0px;
			padding:0px 0px 0px 0px;
			float:left;
		}

		ul#output {
			right: 0;
			width: 1100px;
			height: 393px;
			position: relative;
			background:url('loading.gif') no-repeat center center;
		}
 
		ul#output li {
			position: absolute;
		}
 
		ul#output li a {
			position: absolute;
			bottom: 0px;
			right: 0px;
			padding: 0px 0px;
			text-decoration: none;
			font-size: 11px;
			color: #FFF;
			background: #000;
			-moz-border-radius: 0px;
		}
		
		ul#output li a:hover {
			background: #D33431;
		}
		ul#tabs {
			position:absolute;
			bottom:15px;
			left:30px;
			z-index: 2;
			width: 1070px;
			height:165px;
			background:transparent;
		}
		ul#tabs li {
			font-size: 12px;
			font-family: Arial;
			width:340px;
			float:left;
			margin-right:10px;
		}
		ul#tabs li a {
			color: #222;
			text-decoration: none;	
			display: block;
			padding: 0px;
			height:165px;
			outline: none;
		}
		ul#tabs li a:hover {
			text-decoration: none;
		}
 



