
		div#feature_list {
			width: 580px;
			height: 425px;
			overflow: hidden;
			position:absolute;
      top:120px;
      left:420px;
		}

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

		ul#tabs {
			left: 0;
			z-index: 2;
			width: 117px;
		}

		ul#tabs li {
			font-size: 12px;
			font-family: Arial;
			margin-left: 0;
		}

		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: 22px;
			outline: none;
		}

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

		ul#tabs li a.current {
			background:  url('feature-tab-current.png') right center;
			color: #f29735;
		}

		ul#tabs li a.current h3{
			color: #f29735;
		}

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

		ul#output {
			background-color: #eeeeee;
			right: 0;
			width: 480px;
			height: 425px;
			position: absolute;
		}

		ul#output li {
			position: absolute;
			width: 480px;
			height: 400px;
			margin-left: 0;
		}
		
		ul#output li object{
			z-index: 1;
		}

