#featured{ 
	width:405px; 
	padding-right:250px; 
	position:relative; 
	border:2px solid #d2e3ea; 
	height:340px; 
	background:#fff;
}
#featured ul.ui-tabs-nav{ 
	position:absolute; 
	top:0; left:445px; 
	list-style:none; 
	padding:0; margin:0; 
	width:210px; 
}
#featured ul.ui-tabs-nav li{ 
	padding:0;  
	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;
}
#featured ul.ui-tabs-nav li span{ 
	font-size:10px; font-family:Verdana; padding:15px 0 0 0; display:block; float: right; width:110px;

}
#featured li.ui-tabs-nav-item a{ 
	display:block; 
	height:60px;
	text-decoration:none;
	padding:3px 2px 3px 0;
	font-size:10px;
	color:#244276;  background:#fff;  border:1px solid #d2e3ea;
	line-height:20px; background:url(../slideshow/bigbg.gif) bottom  no-repeat;
}
#featured li.ui-tabs-nav-item a:hover{ 
	background:#e5e5e5; 
}
#featured li.ui-tabs-selected{ 
	
}
#featured ul.ui-tabs-nav li.ui-tabs-selected a{ 
		background:url(../slideshow/selected.gif) bottom no-repeat;  
	
}
#featured .ui-tabs-panel{ 
	width:443px; height:340px; 
	position:relative;
	background:url(../slideshow/bigbg.gif) bottom  no-repeat;  
}
#featured .ui-tabs-panel .info{
	position:absolute;
	top:265px;
	left:0;
	height:70px;
	width: 443px;
}
#featured .info h2{ 
	font-size:14px; font-family:Georgia, serif; 
	color:#000; padding:5px; margin:0;
	overflow:hidden; 
}
#featured .info p{ 
	margin:0 5px; 
	font-family:Verdana; font-size:10px; 
	line-height:15px; color:#000;
}
#featured .info a{ 
	text-decoration:none; 
	color:#000; 
}
#featured .info a:hover{ 
	text-decoration:underline; 
}
#featured .ui-tabs-hide{ 
	display:none; 
}