#featured{ 
	width:872px; 
	position:relative; 
	height:400px; 
	background:#fff;
}
#featured img{ 
position:relative;
float:left;
}
#featured ul.ui-tabs-nav{ 
	position:absolute; 
	left:-7px;
	top:260px; 
	list-style:none;
	background-image:url(img/sliderbgtab.jpg);
	background-repeat: no-repeat;
	padding:0; margin:0; 
	height:115px;
	width:872px; 
}
#featured ul.ui-tabs-nav li{ 
	position:block;
	float:left;
	padding:1px 0; margin-left:15px; margin-top:15px; 
	font-size:12px; 
	color:#666; 
}
#featured ul.ui-tabs-nav li img{ 
	float:left; margin:5px 5px; 
	background:#fff; 
	border:none;
}
#featured ul.ui-tabs-nav li span{ 
	font-size:11px; font-family:Times New Roman;
	line-height:18px; 
}
#featured li.ui-tabs-nav-item a{ 
	display:block; 
	height:85px; 
	line-height:20px;
}
#featured li.ui-tabs-nav-item a:hover{ 
	background:#7A1A19; 
}
#featured ul.ui-tabs-nav li.ui-tabs-selected a{ 
	background:#7A1A19; 
}
#featured .ui-tabs-panel{ 
	width:872px; 
	height:115px; 
	left:12px;
	position:relative;
}
#featured .ui-tabs-panel .info{ 
	position:absolute; 
	text-align:left;
	top:0px; left:440px; 
	height:70px;  
	width: 400px;
}
#featured .info h1{
	 font-weight: normal;
	 font-size: 250%;
	 color: #000000;
	 overflow:hidden; 
}
#featured .info p{ 
	font-size: 114%;
	font-weight: normal;
	color: #000000;
}
#featured .info a{
	font-size: 114%;
	color: #660000;
	text-decoration: none;
	font-weight: normal; 
}
#featured .info a:hover{
	font-size: 114%; 
	color: #660000;
	text-decoration: underline;
	font-weight: normal;
}
#featured .ui-tabs-hide{ 
	display:none; 
}