#featured{
	width:610px;
	height:245px;
	border-top-width: 5px;
	border-right-width: 10px;
	border-bottom-width: 5px;
	border-left-width: 10px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #E8E8E8;
	border-right-color: #E8E8E8;
	border-bottom-color: #E8E8E8;
	border-left-color: #E8E8E8;
	background-color: #E8E8E8;
}
#featured ul.ui-tabs-nav{
	top:179px;
	left:393px;
	list-style:none;
	padding:0;
	margin:0;
	width:225px;
	position: absolute;
	z-index: 6;
	height: 253px;
}

#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;
}
#featured ul.ui-tabs-nav li span{
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:14px;
}
#featured li.ui-tabs-nav-item a{
	display:block;
	height:60px;
	color:#333;
	background:#fff;
	line-height:20px;
	text-decoration: none;
	width: 210px;
	padding-right: 5px;
}
#featured li.ui-tabs-nav-item a:hover{ 
	background:#f2f2f2; 
}
#featured li.ui-tabs-selected{
	background:url('images/selected-item.png') top left no-repeat;
}
#featured ul.ui-tabs-nav li.ui-tabs-selected a{
	background-color: #FBD22F;
}
#featured .ui-tabs-panel{
	width:396px;
	height:247px;
	background:#999;
	position:relative;
}
#featured .ui-tabs-panel .info{
	position:absolute;
	top:156px;
	left:0px;
	height:90px;
	background: url('images/transparent-bg.png');
	width: 396px;
	z-index: 5;
}
#featured .info h2{
	font-size:18px;
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
	margin:0;
	overflow:hidden;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#featured .info p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:15px;
	color:#FFFFFF;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 10px;
}
#featured .info a{ 
	text-decoration:none; 
	color:#fff; 
}
#featured .info a:hover{ 
	text-decoration:underline; 
}
#featured .ui-tabs-hide{ 
	display:none; 
}
