div#feature_list {
	width: 940px;
	height: 218px;
	overflow: hidden;
	position: relative;
}

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

ul#tabs {
	left: 0;
	width: 222px;
	z-index: 40;
}

ul#tabs li {
	font-size: 12px;
	font-family: Verdana;
	font-weight: 800;
	color: #4a4649;
	z-index: 1;
}

ul#tabs li img {
	padding: 5px;
	border: none;
	float: left;
	margin: 10px 10px 0 0;
	
}

ul#tabs li a {
	color: #4a4649;
	text-decoration: none;	
	display: block;
	padding: 10px;
	height: 34px;
	outline: none;
	border: 1px #d1cdd0 solid;
  background:  url('../images/homepage/tabslide.jpg') top left repeat-x;
  z-index: 1; 
  width: 190px;
  
}

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

ul#tabs li a.current {
	background:  url('../images/homepage/curr_tab.png') right top no-repeat;
	color: #FFF;
	z-index: 2000;
	border: 0;
	width: 202px;
}

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

ul#output {
	right: 332px;
	width: 400px;
	height: 218px;
	position: relative;
	z-index: 2;
}

ul#output li {
	position: absolute;
	width: 400px;
	height: 218px;
	z-index: 2;
}
ul#output li div.featuredTitle {
	position: absolute;
	top: 10px;
	left: 15px;
	font-family: verdana;
	color: #4a4649;
	z-index: 4;
	width: 370px;
	height: 43px;
}
ul#output li div.featuredText {
	position: absolute;
	bottom: 0px;
	left: 0px;
	background: url('../images/homepage/featuretext.png') bottom right no-repeat;
	font-family: verdana;
	color: #FFF;
	z-index: 4;
	padding: 5px 57px 5px 15px;
	width: 328px;
	height: 42px;
}
div.brushed{
  position: absolute;
  top: 0px;
  left: 0px;
  width: 400px;
  height: 218px;
  background: url('../images/homepage/brushed.png') top left no-repeat;
	z-index: 3;
}

ul#output li div.featuredTitle h2{
	font-weight: 800;
	letter-spacing: 2px;
  font-size: 18px;
	font-family: "CODE Bold", verdana;
	color: #ef00ae;
}
ul#output li a {
	position: absolute;
	bottom: 12px;
	right: 10px;
	height: 29px;
	line-height: 29px;
	text-decoration: underline;
	font-size: 11px;
	color: #79506e;
	z-index: 5;
	
}

ul#output li a:hover {

}
