#featured{ 
	width:467px; 
	padding-right:0px; 
	position:relative; 
	border:0px; 
	height:266px; 
	background:#fff;
}
#thumbs{ 
	position:absolute; 
	top:0; left:0px; 
	padding:0; margin:0; 
	width:467px;
	z-index:1;
}
#controls{ 
	position:absolute; 
	top:0; right:0px; 
	padding:3px 10px 0 5px; margin:0; 
	width:30px;
	z-index:2;
	text-align:right;
	color:#ddd; 
	font-size:11px; font-family:Verdana; 
	height:17px; 
	background:url('../images/transparent-bg.png');
}
#controls a {
	text-decoration: none;
	color:#ddd;
}
#thumbs ul{ 
	position:absolute; 
	top:0; left:0px; 
	list-style:none; 
	padding:0; margin:0; 
	width:467px;
	z-index:1;
}
#thumbs ul li{ 
	padding:0px;
	font-size:12px; 
	color:#666; 
	font-size:11px; font-family:Verdana; 
	line-height:18px; 
}
#thumbs li a{ 
	display:block; 
	height:20px; 
	width: 20px;
	color:#ddd;
	background:url('../images/transparent-bg.png');
	line-height:20px;
	text-align:center;
	float:left;
	text-decoration:none;
	margin-right: 2px;
}
#thumbs li a:hover{ 
	background:#eeeeee; 
	color:#aaa;
}
#thumbs ul.ui-tabs-nav li.ui-tabs-selected a{ 
	background:#fff; 
	color:#333;
}
#slideshow a {
	text-decoration: none;	
}
#slideshow img {
	border: 0;	
}
div.slideshow {
	position:absolute; 
	top:0; left:0px; 
	padding:0; margin:0; 
	width:467px;
	height: 266px;
}
div.slideshow span.image-wrapper {
	display: block;
	position: absolute;
	top: 0px;
	left: 0;
}
div.slideshow img {
	border: none;
	position: absolute;
	top: 0px;
	left: 0px;
}
#thumbs ul li.selected a.thumb {
	background:#fff; 
	color:#333;
}