/*this is for the entire box*/
#featured{ 
	width:400px; 
	padding-right:260px; 
	position:relative; 
	border:7px solid #ccc; 
	height:275px; 
	background:#fff;
}
/*for the box on the left*/
#featured ul.ui-tabs-nav{
	position:absolute;
	top:6px;
	left:397px;
	list-style:none;
	padding:10px 0;
	margin:0px;
	width:262px;
	height: 252px;
	 
}
#featured ul.ui-tabs-nav li{ 
	padding:1px 0; padding-left:13px;  
	font-size:12px; 
	color:#666; 
}
#featured ul.ui-tabs-nav li img{ 
	float:left; margin:2px 5px; 
	background:#fff; 
	padding:2px; 
	border:1px solid #eee;
}
/*spacing on small pics*/
#featured ul.ui-tabs-nav li span{ 
	font-size:14px; font-family:Verdana; 
	 line-height:65px; color:#0080FF;
}
#featured li.ui-tabs-nav-item a{ 
	display:block; 
	height:60px; 
	color:#333;  background:#fff; 
	line-height:20px;
}
#featured li.ui-tabs-nav-item a:hover{ 
	background:#f2f2f2; 
}
#featured li.ui-tabs-selected{ 
	background:url('../featured-content-slider/images/selected-item.gif') top left no-repeat;  
}
#featured ul.ui-tabs-nav li.ui-tabs-selected a{ 
	background:#ccc; 
}
#featured .ui-tabs-panel{ 
	width:395px; height:270px; 
	background:#999 ; position:relative;
}

/*lower left corner text*/
#featured .ui-tabs-panel .info{
	position:absolute;
	top:150px;
	left:0;
	height:125px;
	background: url('../featured-content-slider/images/transparent-bg.png');
	width: 395px;
}

/*lower left corner text*/
#featured .info h2{ 
	font-size:18px; font-family:Georgia, serif; 
	color:#fff; padding:5px; margin:0;
	overflow:hidden; 
}

/*lower left corner smaller text*/
#featured .info p{ 
	margin:0 5px; 
	font-family:Verdana; font-size:14px; 
	line-height:15px; color:#FFFF80;
}
/*lower left corner text*/
#featured .info a{ 
	text-decoration:none; 
	color:#FFF; 
}
/*lower left corner text*/
#featured .info a:hover{ 
	text-decoration:underline; 
}
#featured .ui-tabs-hide{ 
	display:none; 
}
