#featured{
	width:960px;
	position:relative;
	height:491px;
	background-image: url(images/bottomShadow.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 16px;
	clear: both;
	margin-right: auto;
	margin-left: auto;
}
#featured ul.ui-tabs-nav{
	position:absolute;
	top:408px;
	left:0px;
	list-style:none;
	margin:0;
	width:960px;
	overflow: hidden;
	height: 76px;
	z-index: 1000;
	padding: 0;
}
#featured ul.ui-tabs-nav li{
	font-size: 12px;
	color: #FFF;
	margin-right: 0px;
	float: left;
	height: 83px;
	width: 106px;
	padding-top: 8px;
}
#featured ul.ui-tabs-nav li.last img{
	border-right-style: none;
}

#featured ul.ui-tabs-nav li img{
	float: left;
	border-right-width: 0px;
	border-right-style: none;
	border-right-color: #b5b5b6;
	border-top-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#featured ul.ui-tabs-nav li span{
	font-size:11px;
	font-family:Verdana, Geneva, sans-serif;
	line-height:18px;
}
#featured li.ui-tabs-nav-item a{
	display: block;
	height: 83px;
	color: #333;
	line-height: 20px;
	width: 106px;
	overflow: hidden;
}
#featured li.ui-tabs-nav-item a:hover{

}

#featured li.ui-tabs-selected{
	overflow: visible;
	background-image: url(images/select.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#featured li.ui-tabs-selected a {

}

#featured li.ui-tabs-selected a img {
	height: 83px;
	width: 106px;
}
#featured ul.ui-tabs-nav li.ui-tabs-selected a{
	padding: 0px;
}
#featured .ui-tabs-panel{
	width:960px;
	height:408px;
	position:relative;
}
#featured .ui-tabs-panel .info{
	position:absolute;
	left:10px;
	height:70px;
	background: url('images/transparent-bg.png');
	bottom: 0px;
}
#featured .info h2{
	font-size:18px;
	font-family:"微軟正黑體", "新細明體";
	color:#fff;
	padding:5px;
	margin:0;
	overflow:hidden;
}
#featured .info p{
	margin:0 5px;
	font-family:"微軟正黑體", "新細明體";
	font-size:11px;
	line-height:15px;
	color:#f0f0f0;
}
#featured .info a{ 
	text-decoration:none; 
	color:#fff; 
}
#featured .info a:hover{ 
	text-decoration:underline; 
}
#featured .ui-tabs-hide{ 
	display:none; 
}
