#featured{ 
	width:625px; 
	position:relative; 
	height:239px; 
	
}
#featured ul.ui-tabs-nav{ 
	position:absolute; 
	list-style:none; 
	width:97px; 
    height: 286px;
    margin-left: 501px;
    padding-top: 19px;
    z-index: 1000;
    background: url(../images/png/transparent-bg.png) repeat;
}
#featured ul.ui-tabs-nav li{ 
	font-size:12px; 
	color:#666;
    width: 88px;
    height: 64px; 
    margin: 0 0 3px 5px;
    background-color: #FFF;
}

#featured li.ui-tabs-nav-item a{ 
	display:block; 
    width: 86px;
	height:62px; 
	color:#333;  
    border: 1px solid #FFF;
    text-align: center;
    overflow: hidden;
}

#featured li.ui-tabs-nav-item a:hover{ 
	border-color: #3B054A; 
}
#featured li.ui-tabs-selected a{ 
    border-color: #3B054A;
}

/*/**/
#featured .ui-tabs-panel{ 
	width:598px; height:305px; 
	background:#999; position:relative;
    overflow: hidden;
}
#featured .ui-tabs-panel .info{ 
	position:absolute; 
	top:235px; left:0;
    width: 501px; 
	height:70px; 
	background: url('../images/png/transparent-bg.png'); 
    overflow: hidden;
}
#featured .info a h2{ 
    width: 495px;
    height: 25px;
	font-size:18px; font-family:Georgia, serif; 
	color:#fff; padding:5px 5px 0 5px; margin:0;
	overflow:hidden; 
}
#featured .info a h2:hover{ 
	text-decoration: underline;
}


#featured .info a .texto{ 
    width: 495px;
    height: 30px;
	margin:5px 0 0 5px; 
	font-family:Verdana; font-size:11px; 
	line-height:15px; color:#f0f0f0;
    overflow: hidden;
}
#featured .info a .texto span{
    color: #FF9900;
} 

#featured .info a .texto span:hover {
    color: #00AFC0;
} 


#featured .info a:hover h2{ 
	text-decoration:none; 
	color:#FF9900; 
}


#featured .ui-tabs-hide{ 
	display:none; 
}