#featured ul.ui-tabs-nav li.ui-tabs-selected a{
	/*background-color: #FF9149;*/
	border:2px solid #FF9149
}

#featured{
	width:587px;
	position:relative;
	border:0;
	height:292px;
	background-color: #574A3E;
}
#featured ul.ui-tabs-nav{
	position:absolute;
	top:4px;
	left:3px;
	list-style:none;
	padding:0;
	margin:0;
	width:110px;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	height: 288px;
}
#featured ul.ui-tabs-nav li{
	margin-bottom:3px; /*上下间距*/
	vertical-align:top;
	font-size:12px;
	color:#666;
	padding-top: 0px;
	padding-right: 13px;
	clip: rect(auto,19px,auto,auto);
}
#featured ul.ui-tabs-nav li img{
	border:0;
	vertical-align:top;
	float:left;
	background:#574A3E;
}
#featured ul.ui-tabs-nav li span{
	font-size:11px;
	font-family:"century Gothic", Arial;
	line-height:18px;
}
#featured li.ui-tabs-nav-item a{
	display:block;
	height:46px;
	width:85px;
	color:#333;
	padding:2px;
	border:2px solid #838383;
}

#featured li.ui-tabs-nav-item a:hover{
	/*background-color: #FF9149;*/
	border:2px solid #FF9149
}


#featured li.ui-tabs-selected{
	background-image: url(../images/selected-item.gif);
	background-repeat: no-repeat;
	background-position: 93px top;
}
#featured .ui-tabs-panel{
	width:482px;
	height:auto;
	background:#999;
	position:relative;
	left: 101px;
	background-color: #574A3E;
	top: 3px;
}
#featured .ui-tabs-panel .info{
	position:absolute;








	top:200
#px;
	left:1px;
	height:85px;
	width: 484px;
	top: 201px;
	background-image: url(../images/transparent-bg.png);
}
#featured .info h2{
	font-size:16px;
	font-family:"century Gothic", Arial;
	color:#FF9149;
	padding:5px;
	margin:0;
	overflow:hidden;
}
#featured .info p{
	margin:0 5px;
	font-family:"century Gothic", Arial;
	font-size:12px;
	line-height:15px;
	color:#FFF;
}
.pad {
	font-size: 16px;
	color: #AFAEA2;
	font-family: "century Gothic", Arial;
	width: 500px;
}
.gray16px {
	color: #FFF;
	font-family: "century Gothic", Arial;
}


#featured .info a{
	text-decoration:none;
	color:#FFF;
}
#featured .info a:hover{
	text-decoration:underline;
	color: #FF9149;
}
#featured .ui-tabs-hide{ 
	display:none; 
}
