#featured {
	width:600px;

	position:relative;
	height:341px;
	background-repeat:no-repeat;
}
#featured ul.ui-tabs-nav {
	position:absolute;
	left:600px;
	list-style:none;
	padding:0;
	margin:0;
	width:298px;
}
#featured ul.ui-tabs-nav h1{
	color:#fff;
	font-size:1.8em;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	margin-bottom:5px;
}
#featured ul.ui-tabs-nav h2{
	color:#fff;
	font-size:1.2em;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height:15px;
	font-weight:normal;
}
#featured ul.ui-tabs-nav li {
	margin:1px 0;
	font-size:12px;
	color:#666;
	background:url(../images/splash_btn_2_off.jpg) top left no-repeat;
	height:112px;
}
#featured ul.ui-tabs-nav li img {
	float:left;
}
#featured ul.ui-tabs-nav li span {
	font-size:11px;
	font-family:Verdana;
	line-height:18px;
}
#featured li.ui-tabs-nav-item a {
	display:block;
	height:92px;
	color:#333;
	border:0px;
	padding-left:20px;
	padding-top:20px;
}
#featured li.ui-tabs-nav-item a:hover {
	background:url(../images/splash_btn_2_active.jpg) top left no-repeat;
	border:0px;
	height:112px;
}
#featured li.ui-tabs-selected {
	border:0px;
}
#featured ul.ui-tabs-nav li.ui-tabs-selected a {
	background:url(../images/splash_btn_2_active.jpg) top left no-repeat;
	border:0px;
	height:92px;
}
#featured .ui-tabs-panel {
	width:600px;
	height:341px;
	position:relative;
}
#featured .ui-tabs-panel .info {
	position:absolute;
	top:220px;
	left:0;
	height:70px;
}
#featured .info h2 {
	font-size:18px;
	font-family:Georgia, serif;
	color:#fff;
	padding:5px;
	margin:0;
	overflow:hidden;
}
#featured .info p {
	margin:0 5px;
	font-family:Verdana;
	font-size:11px;
	line-height:15px;
	color:#f0f0f0;
}
#featured .info a {
	text-decoration:none;
	color:#fff;
	display:block;
	height:200px;
	width:200px;
}
#featured .info a:hover {
	text-decoration:underline;
}
#featured .ui-tabs-hide {
	display:none;
}

