#featured {
	width: 245px;
	padding-right: 245px;
	position: relative;
	border: 3px solid #becfe3;
	border-radius: 4px;
	height: 250px;
	overflow: hidden;
	background: #fff;
}

#featured ul.ui-tabs-nav {
	position: absolute;
	top: 0;
	left: 400px;
	list-style: none;
	padding: 0;
	margin: 0;
	width: 100px;
	height: 250px;
	overflow: auto;
	overflow-x: hidden;
}

#featured ul.ui-tabs-nav li {
	padding: 1px 0;
	padding-left: 8px;
	color: #666;
}

#featured ul.ui-tabs-nav li img {
	float: left;
	margin: 2px 5px;
	background: #fff;
	padding: 2px;
	border: 1px solid #eee;
}

#featured ul.ui-tabs-nav li span {
	font-family: Verdana;
	line-height: 18px;
}

#featured li.ui-tabs-nav-item a {
	display: block;
	height: 60px;
	text-decoration: none;
	color: #333;
	background: #fff;
	line-height: 20px;
	outline: none;
}

#featured li.ui-tabs-nav-item a:hover {
	background: #becfe3;
}

#featured li.ui-tabs-selected,
#featured li.ui-tabs-active {
	background: url('../images/selected-item.gif') top left no-repeat;
}

#featured ul.ui-tabs-nav li.ui-tabs-selected a,
#featured ul.ui-tabs-nav li.ui-tabs-active a {
	background: #becfe3;
}

#featured .ui-tabs-panel {
	width: 398px;
	height: 250px;
	background: #999;
	position: relative;
}

#featured .ui-tabs-panel .info {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 70px;
	width: 398px;
	background: url('../images/transparent-bg.png');
}

#featured .ui-tabs-panel .info a.hideshow {
	position: absolute;
	font-family: Verdana;
	color: #f0f0f0;
	right: 10px;
	top: -20px;
	line-height: 20px;
	margin: 0;
	outline: none;
	background: #333;
}

#featured .info h2 {
	font-size: medium;
	font-weight: bold;
	color: #fff;
	padding: 10px 5px 5px 5px;
	margin: 0;
	overflow: hidden;
}

#featured .info p {
	margin: 0 5px;
	font-family: Verdana;
	line-height: 15px;
	color: #f0f0f0;
}

#featured .info a {
	text-decoration: none;
	font-size: medium;
	font-weight: bold;
	color: #fff;
	padding: 5px;
	margin: 0;
	overflow: hidden;
}

#featured .info a:hover {
	text-decoration: underline;
}

#featured .ui-tabs-hide {
	display: none;
}
