#featured{ 
	width:720px; 
	position:relative; 
	height:290px; 
	overflow:hidden;
	background:#fff;
}
#featured ul.ui-tabs-nav{ 
	position:absolute; 
	bottom:0; 
	list-style:none; 
	padding:0; 
	margin:0; 
	width:720px;
	overflow:auto;
	overflow-x:hidden;
}
#featured ul.ui-tabs-nav li{ 
	float:left;
	width:180px;
	height:30px;
	padding:0px; 
	font-size:12px; 
	color:#666; 
}
#featured li.ui-tabs-nav-item a{ 
	display: block;
	text-align:center;
	text-decoration:none;
	color:#FFFFFF; 
	background:#3A3A3C;
	height:30px;
	line-height:30px;
	border-right:1px #FFFFFF solid;
}
#featured li.ui-tab-right a{
	border:none;
}
#featured li.ui-tabs-nav-item a:hover{ 
	background:url('../images/slider_over.png') top left repeat-x; 
}
#featured ul.ui-tabs-nav li.ui-tabs-selected a{ 
	background:url('../images/slider_over.png') top left repeat-x;  
}
#featured .ui-tabs-panel{ 
	width:720px; 
	height:260px; 
	background:#999; 
	position:relative;
}
#featured .ui-tabs-panel .info{ 
	font-family:"Century Gothic";
	position:absolute; 
	bottom:0; 
	left:0;
	text-align:right;
	height:50px;
	width:720px;
	background: url('../images/transparent-bg.png'); 
}
#featured .ui-tabs-panel .info a.hideshow{
	position:absolute; 
	font-size:11px; 
	font-family:Verdana; 
	color:#f0f0f0; 
	right:10px; 
	top:-20px; 
	line-height:20px; 
	margin:0; 
	outline:none; 
	background:#333;
}
#featured .info h2{ 
	font-size:14pt; 
	color:#fff; 
	padding:5px; 
	margin:0; 
	font-weight:normal;
	overflow:hidden; 
}
#featured .info p{ 
	margin:0 5px; 
	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; 
}