.featured{ 
	/*width:659px;*/
	width:646px; 
	height:258px;
	display:block;
	position:relative; 
	border:1px solid #eee; 
	border-bottom:2px solid #eee;
	background-color:#ffffff; 
	overflow:hidden;
	margin-top:0px;
	margin-bottom:12px;
	float:left;
}
.featured ul.ui-tabs-nav{ 
	position:absolute; 
	top:0; 
	/*right:410px;
	width:240px;
	height:248px; */ 
	right:457px;
	width:180px;
	height:248px; 
	list-style:none; 
	padding:0; margin:0; 
	border:5px solid #ffffff;
}
.featured ul.ui-tabs-nav li{ 
	margin:0 0 1px 0;
}
.featured ul.ui-tabs-nav li img{ 
	float:left; margin:2px 5px; 
	background:#fff; 
	padding:2px; 
	
}
.featured ul.ui-tabs-nav li span{ 
	 
}
.featured li.ui-tabs-nav-item a{ 
	font-size:13px;
	font-family:Arial,Helvetica,sans-serif;
	display:block; 
	height:45px; 
	color:#333; 
	line-height:1.2em;
	font-weight:bold;
	background: url(/wp-content/plugins/featured-content-slider/images/bg_tab.jpg) repeat-x #eeeeee;
	padding:8px 16px 8px 10px;
	vertical-align:middle;
}
.featured li.ui-tabs-nav-item a:hover{ 
	background:#cbecff;
	}
.featured li.ui-tabs-selected{  
}
.featured ul.ui-tabs-nav li.ui-tabs-selected a{ 
	color:#004e91;
	background-color:#ffffff;
	background:url(/wp-content/plugins/featured-content-slider/images/bg_tab_arrow.jpg) no-repeat;
}
.featured .ui-tabs-panel{ 
	/*width:410px;*/
	width:450px;
	height:248px; 
	position:relative;
	/*left:250px;*/
	left:190px;
	overflow:hidden;
	border-top:5px solid #ffffff;
}
.featured .ui-tabs-panel .info{ 
	position:absolute; 
	top:180px; left:0; 
	height:70px;  
}
.featured .info h2{ 
	font-size:18px; font-family:Georgia, serif; 
	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; 
}