

/* ---------- Featured ---------- */

#feature_wrapper {
	line-height:16px;
	width:930px;
	margin:0 auto;
	padding:4px;
	border:1px solid #e0e0e0;
}
#feature_list {
	height:314px;
	overflow: hidden;
	position: relative;
}
#feature_list ul {
	position: absolute;
	top: 0;
	list-style: none;	
	padding: 0;
	margin: 0;
}

#tabs {
	right: 0;
	z-index: 2;
	padding:1px 3px 0 0 !important;
	width: 255px;
}
#tabs li {
	font-size: 12px;
	font-family: Arial;
	margin:5px 0 0 0;
	padding-right:5px;
	color:#FFFFFF !important;
	display: none;
}
#tabs li a {
	color:#FFFFFF !important;
	text-decoration: none;	
	display: block;
	padding: 3px 3px 3px 35px;
	height: 66px;
	outline: none;
	background:url(ju.png) left center no-repeat;
}
#tabs li a:hover{
	color:#FFFFFF !important;
}
#tabs li a.current {
	background:url(ns.png) left center no-repeat;
	color:#fff !important;
}
#tabs li a.current:hover {
	text-decoration: none;
	cursor: default;
	color:#fff !important;
}

#tabs li a img {
	float:right;
	background:#fff;
	padding:2px;
	margin:0 0 0 5px;
	}
#tabs li p{
	color:#ff!important;
	font-size:11px !important;
}
#output {
	left: 0;
	height: 314px;
	position: relative;
}
#output li {
	position: relative;
	height: 314px;
	opacity:10 !important;
}

.outputimg {
	/*padding:5px;*/
}
#output .info {
	background:#000;
	left:0;
	bottom:0;
	height:85px;
	position:absolute;
	width:690px;
	color:#fff;
	display: none;
}
#output .info h4 {
	font-family:Arial,Helvetica,sans-serif;
	font-size:16px;
	font-size-adjust:none;
	font-weight:bold;
	line-height:normal;
	color:#fff;
	margin:0;
}
#output .info h4 {
	color:#96af4c;
	padding:3px 8px;
}
#output .info p{
	color:#fff;
	padding:3px 8px;
}
#feature_list h3{
	margin:5px 0 3px;
	color:#96af4c!important;
	font:bold 12px "Georgia" !important;
}