*{
	margin: 		0px;
	padding: 		0px;
}

h3 {
	float:left;
	margin: 0;	
	padding: 5px 0 0 25px;
	font-size: 12px;
	text-transform: none;
	text-decoration: none;
	color: #666666;
}
div#feature_list {
	font-size: 12px;
	font-family: Arial;
	font-weight:normal;
	width: 711px;
	height: 214px;
	overflow: hidden;
	position: relative;
	border: 1px solid #d5d5d5;
}

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

ul#tabs {
	right: 0;
	z-index: 2;
	width: 193px;
}

ul#tabs li img {
	border: none;
	float: left;
	margin: 7px 0px 0px 30px;
}

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


ul#tabs li a.current,
ul#tabs li a.current:link,
ul#tabs li a.current:visited,
ul#tabs li a.current:hover,
ul#tabs li a.current:visited:hover {
	background:  url('picz/feature-tab-current.png');
	color: #fff;
}

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

ul#output {
	left: 0;
	width: 538px;
	height: 214px;
	position: relative;
}

ul#output li {
	position: absolute;
	width: 536px;
	height: 214px;
}

ul#output li a {
	position: absolute;
	bottom: 20px;
	right: 50px;
	text-decoration: none;
	font-size: 11px;
	color: #666;
	font-weight:bold;
	background:  url('picz/button_blank.png');
	height:22px;
	width:115px;
	display:block;
	text-align:center;
	padding-top: 2px;
}

ul#output li a:hover {
	background:  url('picz/button_blank_over.png');
	color: #fff;
}
ul#output li h2 {
	position: absolute;
	top: 20px;
	right: 20px;
	font-size: 14px;
	color: #666;
	font-weight:bold;
	
}
ul#output li p {
	position: absolute;
	top: 50px;
	right: 20px;
	font-size: 12px;
	color: #666;
}