	background:#fff;
}
.container { 
	width:980px; 
	margin:0px 0px;
	font-size:.875em;
}
/*== featured box begin ==*/
#featured {
	width:980px;
	position:relative;
	height:331px;
}
#featured ul.ui-tabs-nav {
	position:absolute;
	top:0px;
	right:0px;
	list-style:none;
	z-index:100;
	/* background:url(../images/item-bg.png) 100% 100% no-repeat;
	_background:#fdcbdb; */
	padding:0px 0px 0px 0px;
	width:59px;
	height:32px;
	margin:0px 0px 0px 0px;
}
#featured ul.ui-tabs-nav li { 
	width:19px; 
	height:23px; 
	overflow:hidden; 
	margin-bottom:4px; margin-left:0px; margin-top:5px;
	background:url(../images/item.gif) no-repeat 1px 4px;
	vertical-align:top;
	font-size:0;
	line-height:0; float:left;
}
#featured ul.ui-tabs-nav li.ui-tabs-selected { 
	background:url(../images/item-selected.gif) no-repeat left 4px;
}
	#featured ul.ui-tabs-nav li a {
		display:block;
		width:19px;
		height:18px;
		overflow:hidden;
		padding:6px 0px 0px 0px;
		font-size:12px; line-height:13px; font-weight:bold; font-family:Verdana, Geneva, sans-serif;
	}
#featured .ui-tabs-nav,	
#featured .ui-tabs-hide		 {display:none; }
/*== featured box end ==*/
