#featured{ 
	width:540px; 
	position:relative; 
	height:250px; overflow:hidden;
	font-family: tahoma;
	background: url('slideshow_bg.jpg') top left no-repeat;
}
#featured ul.ui-tabs-nav{ 
	position:absolute; 
	top:0; left:378px; 
	list-style:none; 
	
	padding:0; margin:0; 
	width:148px; height:250px;
	overflow:auto;
	overflow-x:hidden;
}
#featured ul.ui-tabs-nav li{ 
	padding-right:1px; padding-left:1px;
	padding-top:8px;
	font-size:12px; 
}

#featured ul.ui-tabs-nav li span{ 
	padding:3px;
	font-size:11px; font-family:tahoma; 
	line-height:16px; 
}
#featured li.ui-tabs-nav-item a{ 
	display:block;
	height:50px; text-decoration:none;
	color:#333;  background:#fdf7eb; 
	line-height:20px; outline:none;
}
#featured li.ui-tabs-nav-item a:hover{ 
	background:#d5cab4; 
}

#featured ul.ui-tabs-nav li.ui-tabs-selected a{ 
	background:url('slideshow_btn.jpg') ; 
}
#featured .ui-tabs-panel{ 
	width:374px; height:250px; 
	padding-left:5px;
	padding-top:10px;
	background:url('slideshow_bg.jpg') top left no-repeat;
	position:absolute; 
	top:0; left:0px;
}
#featured .ui-tabs-panel .info{ 
	position:absolute; 
	bottom:2px; left:5px;
	padding-left:5px; 
	height:68px; 
	width:358px;
	background-image:url('slideshow_band.jpg');
	background-repeat:repeat-x;
}
#featured .ui-tabs-panel .info a.hideshow{
	position:absolute; font-size:11px; font-family:tahoma; color:#f0f0f0; right:10px; top:-20px; line-height:18px; margin:0; outline:none; background:#333;
}
#featured .info h2{ 
	font-size:1.2em; font-family:tahoma; 
	color:#fff; padding:3px; margin:0; font-weight:bold;
	overflow:hidden; 
}
#featured .info p{ 
	margin:0 5px; 
	font-family:tahoma; font-size:11px; 
	line-height:15px; color:#f0f0f0;
}
#featured .info a{ 
	font-family:tahoma; font-size:11px; 
	text-decoration:none; 
	color:#fff; 
}
#featured .info a:hover{ 
	font-family:tahoma; font-size:11px; 
	text-decoration:underline; 
}
#featured .ui-tabs-hide{ 
	display:none;
}