#featured{ 
	width:512px; 
	position:relative; 
	min-height:350px; 
	overflow:hidden;
}
#featured ul.ui-tabs-nav{ 

	list-style:none; 
	padding:0; margin:0; 
	min-height:50px; 
	z-index:5;
    overflow:hidden;
	background-position:left center;
	background-repeat:no-repeat;
}
#featured ul.ui-tabs-nav li{ 
	padding:1px 0; padding-left:2px;  
	font-size:12px; 
	color:#666;
	margin-bottom:3px;
	margin:1px;
	float:right;
    width:124px;
	height:120px; 


}
#featured ul.ui-tabs-nav li span{ 
	font-size:11px; font-family:tahoma; 
	line-height:16px;
}
#featured li.ui-tabs-nav-item a{ 
	display:block; 
	height:120px; 
	text-align:justify;
	background-repeat:no-repeat;
	color:#fff;
	padding:0px 2px 0px 2px;
	background-color:#444444;

}
.more a{
font-family:tahoma;
font-size:12px;
text-align:left;
color:#000000;
}
#featured li.ui-tabs-nav-item a:hover{ 
	background-repeat:no-repeat;
	color:#fff; 
background-color:#236bde;
}
#featured li.ui-tabs-selected{ 

	  
}
#featured ul.ui-tabs-nav li.ui-tabs-selected a{ 
/*	background-image:url(images/slider_bg_active.png);*/
	background-repeat:no-repeat; 
	color:#4e8ce0;
	
}
#featured .ui-tabs-panel{ 
	width:499px; 
	min-height:270px; 
	position:relative;
	border:#5d5d5d solid 6px;
}
 
#featured .ui-tabs-panel .info{ 
	position:absolute; 
 	background-color:#000;
  	opacity:0.8;
	filter:alpha(opacity=80); /* For IE8 and earlier */
 	bottom:6px;
 }
#featured .info p{ 
	padding:5px; 
	font-family:tahoma; font-size:11px; 
	line-height:15px; 
	color:#FFF;
	height:51px; 
	overflow:hidden;
	

}
#featured .info a{ 
	text-decoration:none; 
	color:#FFFFFF;

opacity:1;
filter:alpha(opacity=100); /* For IE8 and earlier */
}
#featured .info a:hover{ 
	text-decoration:underline; 
}
#featured .ui-tabs-hide{ 
	display:none; 
}