﻿#featured{
	border-width: 3px;
	border-color: #926633;
	overflow: hidden;
	width: 690px;
	position: relative;
	height: 300px;
	background-color: #ae7c41;
	margin: 0 0 10px 10px;
	border-width: 2px;
	border-bottom-style: solid;
	margin-bottom: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
#featured ul.ui-tabs-nav {
	position: absolute;
	top: 0;
	left: 0px;
	list-style: none;
	padding: 0 52px 0 0;
	margin: 0;
	width: 230px;
}
#featured ul.ui-tabs-nav li {
	padding: 0;
	font-size: 12px;
	color: #fff;
	position: relative;
}
#featured ul.ui-tabs-nav li span.thumb {
	width: 52px;
	height: 52px;
	overflow: hidden;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	position: absolute;
	right: -26px;
	top: 4px;
}
#featured ul.ui-tabs-nav li img { 
	min-width: 52px;
	height: 52px;
}
#featured ul.ui-tabs-nav li span {
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 12px;
	font-family: Tahoma;
	line-height: 18px;
	height: 55px;
	display: block;
	text-align: justify;
}
#featured li.ui-tabs-nav-item a {
	overflow: hidden;
	display: block;
	height: 48px;
	font-size: 13px;
	font-family: Tahoma;
	color: #fff;
	line-height: 18px;
	text-decoration: none;
	padding: 2px 32px 10px 6px;
	text-align: justify;	
	text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.50);
	margin: 0;
}
#featured li.ui-tabs-nav-item a:hover {
	background: #926633;
}
#featured li.ui-tabs-selected {
	background-color: #926633;
}
#featured ul.ui-tabs-nav li.ui-tabs-selected a {
	background: #926633;
	text-decoration: none;
	color: #FFFFFF;
}
#featured ul.ui-tabs-nav li.ui-tabs-selected a span.thumb, #featured li.ui-tabs-nav-item a:hover span.thumb {
	right: -36px;
}
#featured .ui-tabs-panel { 
	width:460px; 
	height:300px; 
	margin-left: 222px;
	background:#e6e6e6; 
	position:relative;
}
#featured .ui-tabs-panel a{
	height: 100%;
	background-position: center center;
	background-size: cover;
	display: block;
	background-repeat: no-repeat;
}
#featured .ui-tabs-panel img {
	width: 460px;
	height: 300px;
}
#featured .ui-tabs-panel .info {
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 0;
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: 100%;
	text-align: justify;
	box-sizing: border-box;
}
#featured .info h2 {
	font-size: 18px;
	font-family: arial, Helvetica, sans-serif;
	color: #fff;
	padding: 10px 10px 10px 65px;
	margin: 0;
	overflow: hidden;
	background-color: rgba(0,0,0,0.75);
	text-shadow: 1px 1px 0px rgba(5, 5, 5, 0.75);
}
#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; 
}

@media only screen and (max-width: 1020px) {
#featured ul.ui-tabs-nav {
	padding: 0;
	width: 36px;
}
#featured .ui-tabs-panel {
	width: 100%;
}
#featured li.ui-tabs-nav-item a {
	color: transparent;
	text-shadow: 1px 1px 0px rgba(0, 0, 0, 0);
}
#featured ul.ui-tabs-nav li.ui-tabs-selected a {
	color: transparent;
}
}