#slides-box {
	background:#121212; border:1px solid #2b2f30;}
.container { 
	width:420px; 
	margin:0px 0px;
	font-size:.875em;
}
/*== featured box begin ==*/
#featured {
	width:638px;
	position:relative;
	height:285px;
}
#featured ul.ui-tabs-nav {
	position:absolute;
	top:260px;
	right:0px;
	list-style:none;
	z-index:100;
	background:url(../images/ul_bg.png) 0px 0px repeat;
	_background:url(../images/ul_bg.gif) 0px 0px repeat;
	padding:5px 4px 5px 6px;
	_padding:5px 0px 4px 4px;
	width:150px;
	_width:150px;
	height:12px;
	margin:0px 0px 0px 0px;
}
#featured ul.ui-tabs-nav li { 
	width:16px; 
	height:14px; 
	overflow:hidden; 
	
	background:url(../images/item.png) no-repeat 0px 0;
	_background:url(../images/item.gif) no-repeat 0px 0;
	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:inline-block;
		width:16px;
		height:12px;
		overflow:hidden;
	}

#featured .ui-tabs-hide {display:none; }
/*== featured box end ==*/

