/* ---------- Featured ---------- */




#feature_list {

	width: 936px;
	height: 280px;
	overflow: hidden;
	position: relative;
	background-color: none;

}

#feature_list ul {

	position: absolute;
	top: 0;
	list-style: none;
	padding: 0;
	margin: 0;

}

#tabs {

	right: 0;
	z-index: 2;
	width: 306px;

}

#tabs li {

	height: 70px;

}

#tabs li a {

	color: #999999;
	text-decoration: none;	
	display: block;
	padding: 10px 20px 0px 35px;
	height: 60px;
	outline: none;
	background: url(images/feature-tab-regular.png) top right no-repeat;

}

#tabs li a:hover {

	color: #393939;

}

#tabs li a.current {

	background: url(images/feature-tab-current.png) top right no-repeat;
	color: #393939 ;

}

#tabs li a.current:hover {

	text-decoration: none;
	cursor: default;

}

#output {

	left: 0;
	width: 646px;
	height: 280px;
	position: relative;

}

#output li {

	position: absolute;
	width: 646px;
	height: 280px;

}

img.outputimg {

	width:646px;
	height:280px;

}



