#slides-box {
	background:#fff;
}
.container { 
	width:420px; 
	margin:0px 0px;
	font-size:.875em;
}
/*== featured box begin ==*/
#featured {
	width:420px;
	position:relative;
	height:463px;
}
#featured ul.ui-tabs-nav {
	position:absolute;
	top:427px;
	left:320px;
	list-style:none;
	z-index:100;
	_background:#fdcbdb;
	padding:3px 11px 2px 3px;
	_padding:3px 1px 3px 1px;
	width:100px; height:21px;
	margin:0px 0px 0px 0px;
}
#featured ul.ui-tabs-nav li { 
	width:15px; 
	height:15px; 
	overflow:hidden; 
	margin-bottom:4px; margin-left:4px;
	background:url(../siteImages/item.png) no-repeat 1px top;
	_background:url(../siteImages/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(../siteImages/item-selected.png) no-repeat left top;
	_background:url(../siteImages/item-selected.gif) no-repeat left top;
}
	#featured ul.ui-tabs-nav li a {
		display:block;
		width:15px;
		height:15px;
		overflow:hidden;
	}

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