#slides-box {
	/*background:#f5f5f5;*/
	background:#fffffff;
}
.container { 
	width:608px; 
	margin:0 auto;
	font-size:.875em;
}
/*== featured box begin ==*/
#featured {
	width:608px;
	position:relative;
	height:351px;
}
#featured ul.ui-tabs-nav {
	position:absolute;
	top:310px;
	_top:322px;
	left:537px;
	_left:550px;
	list-style:none;
	width:615px;
	z-index:100;
	/*background:url(images/tabs-nav-bg.png) left top;*/
	padding:10px 11px 10px 1px;
}
#featured ul.ui-tabs-nav li { 
	width:13px; 
	height:12px; 
	overflow:hidden; 
	margin-bottom:6px; margin-left:6px;
	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:10px;
	height:10px;
	overflow:hidden;
}

#featured .ui-tabs-hide {display:none; }
/*== featured box end ==*/
