﻿#featured{
	width: 454px;
	padding: 10px 216px 0 0;
	position: relative;
	height: 270px;
	overflow: hidden  !important;
	background-image: none !important;
}
#featured ul.ui-tabs-nav{
	position: absolute;
	top: 10px;
	left: 454px;
	list-style: none;
	padding: 0;
	margin: 0;
	width: 216px;
}
#featured ul.ui-tabs-nav li{
	padding: 1px 10px 0 0;
}
#featured ul.ui-tabs-nav li img{ 
	float:right; 
	margin:2px 5px; 
	background:#fff; 
	width: 52px;
	height: 52px;
}
#featured ul.ui-tabs-nav li span{
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 18px;
	display: block;
	height: 60px;
}
#featured li.ui-tabs-nav-item a:last-child {
	display: block;
	height: 58px;
	color: #333333;
	background: #eee;
	line-height: 20px;
	text-decoration: none;
	font-family: Arial;
	font-size: 15px;
	text-align: justify;
	padding-left: 5px;
	padding-top: 2px;
	margin-bottom: 5px;
	overflow: hidden;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	font-weight: bold;
}
#featured li.ui-tabs-nav-item a:hover{
	background: #DDDDDD;
	text-decoration: none;
}
#featured li.ui-tabs-selected{ 
	background:url('images/selected-item.gif') top right no-repeat;  
}
#featured ul.ui-tabs-nav li.ui-tabs-selected a{
	background: #9e0a0e;
	text-decoration: none;
	color: #FFFFFF;
}
#featured .ui-tabs-panel{ 
	width:438px; 
	height:262px; 
	background:#999; 
	position:relative;
}
#featured .ui-tabs-panel img{ 
	width:444px; 
	height:262px; 
}
#featured .ui-tabs-panel .info{
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 5px;
	position: absolute;
	bottom: 1px;
	right: 0;
	max-height: 65px;
	background: url('../images/transparent-bg.png');
	width: 434px;
	text-align: justify;
}
#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; 
}
#featured .info a:hover{ 
	text-decoration:underline; 
}
#featured .ui-tabs-hide{ 
	display:none; 
}