
/*== featured box begin ==*/
#featured {
	width:920px;
	position:relative;
	height:198px;
}


/*== posiccao do seletor de images ==*/
#featured ul.ui-tabs-nav {
	position:absolute;
	top:47px;
	left:898px;
	list-style:none;
	width:615px;
	z-index:100;
	/*== fundo do seletor ==*/
	background-color :  rgba(0, 0, 0, 0.2);
	/*== imagem de fundo 	background:url(../images/tabs-nav-bg.png) left top;  ==*/  	
	
	padding:13px 11px 10px 11px;
	width:10px;
}

/*== botao branco ==*/
#featured ul.ui-tabs-nav li { 
	width:10px; 
	height:10px; 
	overflow:hidden; 
	margin-bottom:4px;
	background:url(../images/item.png) no-repeat 1px top;
	vertical-align:top;
	font-size:0;
	line-height:0;
}


/*== botao black ==*/
#featured ul.ui-tabs-nav li.ui-tabs-selected { 
	background:url(../images/item-selected.png) no-repeat left top;
}
	#featured ul.ui-tabs-nav li a {
		display:block;
		width:10px;
		height:10px;
		overflow:hidden;
	}

#featured .ui-tabs-hide {display:none; }
/*== featured box end ==*/

