#featuredslider {
	width: 920px;
	position: relative;
	border: 5px solid #ccc;
	height: 293px;
	background: #fff;
	margin: 15px 10px;
}

#featuredslider ul.ui-tabs-nav {
	position: absolute;
	top: 0;
	right: 0;
	list-style: none;
	padding: 0;
	margin: 0;
	width: 390px;
	height: 293px;
	overflow: scroll;
}

#featuredslider ul.ui-tabs-nav li {
	padding: 0;
	padding-left: 13px;
	font-size: 13px;
	color: #666;
	overflow: hidden;
	font-weight: normal;
	font-style: normal;
}

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

#featuredslider ul.ui-tabs-nav li span {
	line-height: 18px;
	text-decoration: none;
}

#featuredslider li.ui-tabs-nav-item a {
	display: block;
	height: 75px;
	color: #333;
	background: #fff;
	line-height: 20px;
	text-decoration: none;
	padding: 5px;
}

#featuredslider li.ui-tabs-nav-item a:hover {
	background: #f2f2f2;
}

#featuredslider li.ui-tabs-selected {
	background: url('images/selected-item.gif') no-repeat left 10px;
}

#featuredslider ul.ui-tabs-nav li.ui-tabs-selected a {
	background: #ccc;
}

#featuredslider .ui-tabs-panel {
	width: 522px;
	height: 293;
	background: #999;
	position: relative;
}

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

#featuredslider .info h2 {
	font-size: 18px;
	color: #fff;
	padding: 5px;
	margin: 0;
	overflow: hidden;
}

#featuredslider .info p {
	margin: 0 5px;
	font-size: 11px;
	line-height: 15px;
	color: #f0f0f0;
}

#featuredslider .info a {
	text-decoration: none;
	color: #fff;
	font-weight: bold;
}

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

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