#slides-box {
	background:#f5f5f5;
}
.container { 
	width:533px; 
	margin:0 auto;
	font-size:.875em;
}
/*== featured box begin ==*/
#featured {
	width:508px;
	position:relative;
	height:351px;
}
#featured ul.ui-tabs-nav {
	position:absolute;
	top:305px;
	_top:319px;
	left:437px;
	_left:397px;
	list-style:none;
	width:615px;
	z-index:100;
	background:url(images/tabs-nav-bg.png) left top;
	padding:10px 11px 10px 1px;
	width:81px;
}
#featured ul.ui-tabs-nav li { 
	width:17px; 
	height:16px; 
	overflow:hidden; 
	margin-bottom:4px; margin-left:5px;
	background:url(../images/item.png) no-repeat 1px top;
	_background:url(../images/item.gif) no-repeat 1px top;
	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.png) no-repeat left top;
	_background:url(../images/item-selected.gif) no-repeat left top;
}
	#featured ul.ui-tabs-nav li a {
		display:block;
		width:16px;
		height:16px;
		overflow:hidden;
	}

#featured .ui-tabs-hide {display:none; }
/*== featured box end ==*/
