/*
#widget-docs ul.ui-tabs-nav { padding:0 0 0 8px; }
#widget-docs .ui-tabs-nav li { margin:5px 5px 0 0; }

#widget-docs .ui-tabs-nav li a:link,
#widget-docs .ui-tabs-nav li a:visited,
#widget-docs .ui-tabs-nav li a:hover,
#widget-docs .ui-tabs-nav li a:active { font-size:14px; padding:4px 1.2em 3px; color:#fff; }

#widget-docs .ui-tabs-nav li.ui-tabs-selected a:link,
#widget-docs .ui-tabs-nav li.ui-tabs-selected a:visited,
#widget-docs .ui-tabs-nav li.ui-tabs-selected a:hover,
#widget-docs .ui-tabs-nav li.ui-tabs-selected a:active { color:#e6820E; }

#widget-docs .ui-tabs-panel { padding:20px 9px; font-size:12px; line-height:1.4; color:#000; }
*/

#slides-box {
	/*background:#f5f5f5;*/
	background:#ffffff;
}
.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-panel {display: block; border-width: 0;}
#featured .ui-tabs-hide {display:none; }

div.demo {
        padding:12px;
        font-family: "Trebuchet MS", "Arial", "Helvetica", "Verdana", "sans-serif";
}

div.demo h3.docs { clear:left; font-size:12px; font-weight:normal; padding:0 0 1em; margin:0; }

div.demo-description {
        clear:both;
        padding:12px;
        font-family: "Trebuchet MS", "Arial", "Helvetica", "Verdana", "sans-serif";
        font-size: 1.3em;
        line-height: 1.4em;
}

/*== featured box end ==*/

