#featured{ 
	width:275px; 
	padding-left:224px; 
	position:relative; 
	/*border:5px solid #761875; */
	height:286px; overflow:hidden;
	background:#fff;
	margin-left:15px;
	margin-right:15px;
	padding-top:15px;
	
	/*
	margin-top:30px;
	border-radius: 3px;
	border: 2px solid #DDD5E7; 
	-webkit-box-shadow: 0 1px 2px rgba(2, 2, 2, 0.25), inset 0 1px 1px rgba(255, 255, 255, 0.15);
	-o-box-shadow: 0 1px 2px rgba(2, 2, 2, 0.25), inset 0 1px 1px rgba(255, 255, 255, 0.15);
	-moz-box-shadow: 0 1px 2px rgba(2, 2, 2, 0.25), inset 0 1px 1px rgba(255, 255, 255, 0.15);
	-ms-box-shadow: 0 1px 2px rgba(2, 2, 2, 0.25), inset 0 1px 1px rgba(255, 255, 255, 0.15);
	box-shadow: 0 1px 2px rgba(2, 2, 2, 0.25), inset 0 1px 1px rgba(255, 255, 255, 0.15); 
	*/
}
#featured ul.ui-tabs-nav{ 
	position:absolute; 
	top:0; left:0px; 
	list-style:none; 
	padding:0; margin:0; 
	width:205px; height:256px;
	overflow:auto;
	overflow-x:hidden;
	padding:15px;
}
#featured ul.ui-tabs-nav li{ 
	padding:10px 0; padding-right:21px;  
	font-size:12px; 
	color:#666; 
	border:0px;
}
#featured ul.ui-tabs-nav li img{ 
	float:left; margin:4px 4px; 
	background:#fff; 

	border:1px solid #eee;
}
#featured ul.ui-tabs-nav li span{ 
	font-size:12px; font-family:Verdana; 
	font-weight:bold;
	line-height:44px; 
	color:#761875;
	font-weight:bold;
}

#featured li.ui-tabs-nav-item a{ 
	display:block; 
	height:50px; text-decoration:none;
	color:#333;  background:#fff; 
	line-height:20px; outline:none;
}



#featured li.ui-tabs-nav-item a:hover{ 
	background:#f2f2f2; 
}
#featured li.ui-tabs-selected, #featured li.ui-tabs-active{ 
	background:url('images/selected-item.gif') 185px 9px no-repeat;  

}
#featured ul.ui-tabs-nav li.ui-tabs-selected a, #featured ul.ui-tabs-nav li.ui-tabs-active a{ 
	background:#DDD5E7; 
}

#featured .ui-tabs-panel{ 
	width:260px; height:256px; 
	background:#999; position:relative;
}
#featured .ui-tabs-panel .info{ 
	position:absolute; 
	bottom:0; left:0; 
	height:55px; 
	background: url('images/transparent-bg.png'); 
	
}
#featured .ui-tabs-panel .info a.hideshow{

	position:absolute; font-size:10px; font-family:Verdana; color:#f0f0f0; right:10px; top:-20px; line-height:18px; margin:0; outline:none; background:#333;

}
#featured .info h2{ 
	font-size:0.7em; font-family:Georgia, serif; 
	color:#fff; padding:8px; margin:0; font-weight:bold;
	overflow:hidden; 
	text-align:left;
	font-family:Verdana;
}
#featured .info p{ 
	width:260px;
	margin:0 5%; 
	font-family:Verdana; font-size:9px; 
	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; 
}


