#featured{ 
	width:435px; 
	position:relative; 
	height:285px; 
	background:#fff;
	overflow:hidden;
}
#featured ul.ui-tabs-nav{ 
	position:absolute; 
	top:240px; left:0px; 
	list-style:none; 
	padding:0; margin:0; 
	width:435px; 
	height:45px; 
	border:0px solid green;
}
#featured ul.ui-tabs-nav li{ 
	padding-right:1px;  
	display:inline-block;
	width:65px;
	height:45px; 
	color:#666; 
	overflow:hidden;
	border:1px solid #ffffff;
}
#featured ul.ui-tabs-nav li img{ 
	float:left; margin:2px; 
	background:#fff; 
	padding:0px; 
}

#featured li.ui-tabs-nav-item a{ 
	display:block; 
	height:45px; 
	color:#333;  background:#fff; 
	line-height:20px;
}
#featured li.ui-tabs-nav-item a:hover{ 
	background-color:#ff0000; 
}

#featured li.ui-tabs-selected{ 
	background:url(' ') top left no-repeat;  
}
#featured ul.ui-tabs-nav li.ui-tabs-selected a{ 
	background:#2478d0; 
}
#featured .ui-tabs-panel{ 
	width:435px; height:240px; 
	background:#999; position:relative;overflow:hidden;
}
#featured .ui-tabs-panel .info{ 
	position:absolute; 
	top:200px; left:0; 
	height:68px; 
	width:100%;
	background-color:rgba(0, 0, 0, 0.7);
}
#featured .info h2{ 
	font-family:"Trebuchet MS", Helvetica, sans-serif;font-size:16px;font-weight:bold;color:#FFFFFF;text-shadow: 1px 1px 1px #000000;line-height:16px;
	color:#fff; padding:5px; margin:0;
	overflow:hidden; 
}
#featured .info p{ 
	margin:0 5px; 
	font-family:Verdana; 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; 
}
