
div#feature_list {
			width: 600px;
			height: 330px;
			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: 2;
			width: 184px;
		}

		ul#tabs li {
		  font-weight:normal;
          margin-bottom: 20px;
		}

		ul#tabs li a {
            color:#717b50;
            font-size: 17px;
            font-weight: normal;
			text-decoration: none;
			display: block;
			padding: 30px 0 20px 20px;
			height: 30px;
			outline: none;
		}

		ul#tabs li a:hover {
			background:  url("../images/btn-tab-b.jpg");
			color:#717b50;
		}

		ul#tabs li a.current {
			background:  url("../images/btn-tab-a.jpg");
			color:#717b50;
		}

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

		ul#output {
			right: 0;
			width: 390px;
			height: 280px;
			position: relative;

		}

		ul#output li {
			position: absolute;
			width: 390px;
			height: 320px;

		}

        .tab-content{  }
        .tab-content h2{ font-weight: normal; font-size: 21px; color: #717b50; margin: 20px 0; }

        .tab-content p{ font-weight: normal; font-size: 13px; color: #717b50; margin-bottom: 15px; }
        .tab-content p.btn { margin: 15px 0 0 0; }

