div#feature_list {
			height: 240px;
			overflow: hidden;
			position: relative;
                     margin-bottom:20px;
                     border: 1px solid #fbf7de;
		}

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

		ul#tabsleft h4 {
			margin: 0;	
			padding: 15px 50px 0 0;
			font-size: 13px;

		}

		ul#tabsleft {
			left: 0;
			z-index: 2;
			width: 300px;
		}

		ul#tabsleft li {
			font-size: 10px;
			font-family: Arial;
		}
		
		ul#tabsleft li img {
			padding: 1px;
                     margin:15px 5px 0 10px;
                     border: 1px solid #DDD;         
			float: left;
		}

		ul#tabsleft li a {
			color: #222;
			text-decoration: none;	
			display: block;
			height: 60px;
			outline: none;
		}

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

		ul#tabsleft li a.current {
			background:  url('../images/feature-tab-current.png') top left no-repeat;
			color: #feeda7;
		}

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

		ul#output {
			right: 0;
			width: 306px;
			height: 240px;
			position: relative;
		}

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

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