#featured{ 
	width:1000px; 
	height:325px;
	background:url(../images/bg-tab-head.jpg) center bottom no-repeat;
	margin-left:0px;
}
#featured ul.ui-tabs-nav { display:inline; float:right;
	width:360px; 
	margin:5px 10px 0 0;
}
#featured ul.ui-tabs-nav li{ 
	width:355px; overflow:hidden;
	height:70px; 
	float:left; 
	display:inline; 
	padding:0 5px ;
}
#featured ul.ui-tabs-nav li img{ 
	
	height:65px; 
	float:left; 
	display:inline; 
	margin-right:5px;
	
}
#featured ul.ui-tabs-nav li span{ 
	font-size:11px; font-family:Verdana; 
	line-height:18px; 
}
#featured li.ui-tabs-nav-item a{ 
	width:135px;
	height:90px; 
	background:#fff center no-repeat;  color: #333
	
}
#featured li.ui-tabs-nav-item a:hover{ 
	background:#fff; color: #000
}
#featured li.ui-tabs-selected{ 
	background:#ececec;
}
#featured ul.ui-tabs-nav li.ui-tabs-selected a{ 
	background:#ececec;
}
#featured .ui-tabs-panel{ 
	
	width:610px; 
	height:280px; 
	float:left; 
	display:inline; 
	margin:5px 0 0 10px;
	
}

#featured .ui-tabs-panel .info{ 
	
	width:615px; height:282px;
	position:absolute;left: 0px;
	bottom: 0px; display:block; 
	margin:0;
	overflow:hidden;  color:#FFFFFF; padding:5px 0px 2px 5px; 
	
}
#featured .info h2{ 
	font-size:18px; font-family:Tahoma; 
	color:#fff; 
	top:0px;
	padding:0px; 
	overflow:hidden; 
	
}


#featured .info p{ 
	margin:0 5px; 
	font-family:Verdana; font-size:12px; 
	line-height:15px; color:#f0f0f0;
}
#featured .info a{ 
	color:#333333;
}

#featured .info a:hover{
	background:#ececec;
}


#featured .ui-tabs-hide{ 
	display:none; 
}