ul#tabs_feature h3 {
			margin: 0;	
			padding: 13px 0 0 0;
			font-size: 16px;
                        color: white;
                        text-align: center;
		}
.feature-shadow { 
	background:url("../img/feature/shadow.png");
	background-repeat:no-repeat;
	background-position:0 300px;
	height:320px;
	}
		div#feature_list {
			width: 100%;
			height: 300px;
			overflow: hidden;
			position: relative;
			background:url("../img/feature/bg.png") repeat;
		}

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

		ul#tabs_feature {
			left: 0;
			z-index: 2;
			width: 381px;
		}

		ul#tabs_feature li {
			font-size: 12px;
			font-family: Arial;
			padding:0;
			background:none;
		}
		
		ul#tabs_feature li img {
			padding: 5px;
			border: none;
			float: left;
			margin: 10px 10px 0 0;
		}

		ul#tabs_feature li a {
			color: #4f4f4f;
			text-decoration: none;	
			display: block;
			padding: 10px;
			height: 75px;
			outline: none;
		}

		ul#tabs_feature li a:hover {
			text-decoration: none;
		}

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

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

		ul#output {
			right: 0;
			width: 100%;
			height: 300px;
			position: relative;
		}

		ul#output li {
			position: absolute;
			width: 100%;
			height: 300px;
			padding:0;
		}

		ul#output li a {
			position: absolute;
			bottom: 10px;
			right: 10px;
			padding: 8px 12px;
			text-decoration: none;
			font-size: 11px;
			color: #FFF;
			background: #000;
			-moz-border-radius: 5px;
		}
		
		ul#output li a:hover {
			background: #235575;
		}
		
		
		
		
		ul#tabs_feature2 h3 {
			margin: 0;	
			padding: 13px 0 0 0;
			font-size: 16px;
                        color: white;
                        text-align: center;
		}
.feature-shadow { 
	background:url("../img/feature/shadow.png");
	background-repeat:no-repeat;
	background-position:0 300px;
	height:320px;
	}
		div#feature_list2 {
			width: 100%;
			height: 300px;
			overflow: hidden;
			position: relative;
			background:url("../img/feature/bg.png") repeat;
		}

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

		ul#tabs_feature2 {
			left: 0;
			z-index: 2;
			width: 381px;
		}

		ul#tabs_feature2 li {
			font-size: 12px;
			font-family: Arial;
			padding:0;
			background:none;
		}
		
		ul#tabs_feature2 li img {
			padding: 5px;
			border: none;
			float: left;
			margin: 10px 10px 0 0;
		}

		ul#tabs_feature2 li a {
			color: #4f4f4f;
			text-decoration: none;	
			display: block;
			padding: 10px;
			height: 75px;
			outline: none;
		}

		ul#tabs_feature2 li a:hover {
			text-decoration: none;
		}

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

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

		ul#output2 {
			right: 0;
			width: 100%;
			height: 300px;
			position: relative;
		}

		ul#output2 li {
			position: absolute;
			width: 100%;
			height: 300px;
			padding:0;
		}

		ul#output2 li a {
			position: absolute;
			bottom: 10px;
			right: 10px;
			padding: 8px 12px;
			text-decoration: none;
			font-size: 11px;
			color: #FFF;
			background: #000;
			-moz-border-radius: 5px;
		}
		
		ul#output2 li a:hover {
			background: #235575;
		}