#featured{ 
	width:100%; 
/*	padding-right:50px;*/
	position:relative; 
	height:425px; overflow:hidden;
	background-position:center center;
	/*background:#fff; */
}
#featured .ui-tabs-panel img{
	width:100%; margin:0 auto;}
#featured ul.ui-tabs-nav{ 
	position:absolute; 
	/*top:20px;*/ 
    top: -5px;
    left:166px; 
	list-style:none; 
	padding:0; 
    margin:0; 
	width:228px; 
    /*height:290px;*/
    height: 435px;
	overflow:auto;
	overflow-x:hidden; z-index:5;
}
#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:0 5px; 
	background:#fff; 
	border-bottom:1px solid #eee;
}
.bot-br img{border-bottom:none!important;}
#featured ul.ui-tabs-nav li span{ 
	font-size:11px; font-family:Verdana; 
	line-height:18px; 
}
#featured li.ui-tabs-nav-item a{ 
	display:block; 
	height:60px; text-decoration:none;
	color:#333; 
	line-height:20px; outline:none;
}
#featured li.ui-tabs-nav-item a:hover{ 
	
}
#featured li.ui-tabs-selected, #featured li.ui-tabs-active{ 
	background:url('images/selected-item.gif') top left no-repeat;  
}
#featured ul.ui-tabs-nav li.ui-tabs-selected a, #featured ul.ui-tabs-nav li.ui-tabs-active a{ 
	
}
#featured .ui-tabs-panel{ 
	width:100%; height:425px; margin-top:-30px;
	 position:relative;
}
#featured .ui-tabs-panel .info{ 
	position:absolute; 
	bottom:0; left:0; 
	height:70px; 
	background: url('images/transparent-bg.png'); 
}
#featured .ui-tabs-panel .info a.hideshow{
	position:absolute; font-size:11px; font-family:Verdana; color:#f0f0f0; right:10px; top:-20px; line-height:20px; margin:0; outline:none; background:#333;
}
#featured .info h2{ 
	font-size:1.2em; font-family:Georgia, serif; 
	color:#fff; padding:5px; margin:0; font-weight:normal;
	overflow:hidden; 
}
#featured .info p{ 
	margin:0 5px; 
	font-family:Verdana; font-size:11px; 
	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; 
}