#featured{ 
	width:920px; 
/*	padding-right:250px; */
	position:relative; 
	height:305px; 
}
#featured ul.ui-tabs-nav{ 
	position:absolute; 
	top:0; left:634px; 
	list-style:none; 
	padding:0; margin:0; 
	width:305px; 
}
#featured ul.ui-tabs-nav li{ 
	padding:1px 0; padding-left:13px;  
}
#featured ul.ui-tabs-nav li img{ 
	float:left; margin:2px 5px; 
	padding:2px; 
	border:1px solid #eee;
}
#featured ul.ui-tabs-nav li span{ 
	line-height:15px; 
}
#featured li.ui-tabs-nav-item a{ 
	display:block; 
	height:79px;
	width:253px;
	padding:10px 10px; 
	background:url(../imagenes/item-hover.png) top center;  
}
#featured li.ui-tabs-nav-item a:hover{ 
/*	background:#f2f2f2; 
	background: url(../imagenes/item-selec.png) top center no-repeat;  */
	width:253px;
	padding:10px 10px; 

}
#featured li.ui-tabs-selected{ 
	background: url(../imagenes/item-selec.png) top center no-repeat;  
	width:253px;
	padding:10px 10px; 
}
#featured ul.ui-tabs-nav li.ui-tabs-selected a{ /*ESTE ES EL ACTIVO QUE VA CAMBIANDO*/
/*	background: #fff url(images/item-hover.png) center;  */
	background: url(../imagenes/item-selec-activo.png) top center;  
	width:253px; 

}
#featured .ui-tabs-panel{ 
	width:400px; height:250px; position:relative; 
}
#featured .ui-tabs-panel .info{ 
	position:absolute; 
	top:234px; left:0;
	height:70px; 
	background: url(../imagenes/transparent-bg.png);
	width:630px;
}
#featured .info h2{ 
	color:#fff; padding:5px; margin:0;
	font-size:18px;
	overflow:hidden;
	width:100%;
}
#featured .info p{ 
	margin:0 5px; 
}
#featured .info a{ 
	text-decoration:none; 
	color:#fff; 
}
#featured .info a:hover{ 
}
#featured .ui-tabs-hide{ 
	display:none; 
}