#featured{ 
  width: 100%;
  max-width:960px;
	position:relative; 
	border:1px solid #ccc; 
	max-height:250px; 
	background:#fff;
	margin-bottom:30px;
	display:block;
	max-width:100%;
}
#featured::before {
	content:" ";
	display: block;
	padding-top: 26%;
}
#featured ul.ui-tabs-nav{ 
	position:absolute; 
	top:0; bottom:0; right:0;
	left:710px;
	left: 73.95%; /* calc( 100% / 96 * 71 ); */
	list-style:none; 
	padding:0; margin:0; 
	width:250px;
  width: 26.05%; /* calc( 100% / 96 * 25 ); */
	float:right;
}
#featured ul.ui-tabs-nav li{ 
	padding:1px 0; padding-left:13px;  
	font-size:12px; 
	color:#666; 
	overflow: hidden;
	width:100%;
	height:25%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing:	border-box;
}
#featured ul.ui-tabs-nav li img { 
	float:left; margin:2px 5px; 
	background:#fff; 
	padding:2px; 
	border:1px solid #eee;
	max-width: 80px;
	max-height: 50px;
	height: 83.33%;
}
#featured ul.ui-tabs-nav li span{ 
	font-size:11px; font-family:Verdana; 
	line-height:15px; 
}
#featured li.ui-tabs-nav-item a{ 
	display:block; 
	max-height:60px;
	height:100%;
	color:#333;  background:#fff; 
	line-height:15px;
}
#featured li.ui-tabs-nav-item a:hover{ 
	background:#f2f2f2; 
}
#featured li.ui-tabs-selected{ 
	background:url('../images/selected-item.gif') top left no-repeat;  
	padding: 0; margin: 0;
}
#featured ul.ui-tabs-nav li.ui-tabs-selected a{ 
	background:#ccc; 
}
#featured .ui-tabs-panel{ 
	width:710px;
	width: 73.95%; /*calc( 100% - ( 100% / 96 * 25 ) ); */
	max-width: 73.95%; /*calc( 100% - ( 100% / 96 * 25 ) );*/
	max-height:250px;
	background:#999;
	padding: 0 !important;
	position: absolute;
	top:0; bottom:0; left:0; right: 73.95%;
}
#featured .ui-tabs-panel img {
max-width:100%;
max-height: 100%;
}
#featured .ui-tabs-panel .info{ 
	position:absolute; 
	bottom:0; left:0; 
	max-height: 70px;
	background: url('../images/transparent-bg.png');
	width:100%;
}
#featured .info h2{ 
	font-size:18px; font-family:Georgia, serif; 
	color:#fff; padding:5px; margin:0;
	overflow:hidden; 
	text-overflow:ellipsis;
	white-space:nowrap;
	line-height:1;
}
#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; 
}

#featured.ui-tabs { padding: 0 !important; }
#featured.ui-corner-all, #featured .ui-corner-all { border-radius: 0 !important; }
#featured .ui-tabs-nav li { float: none;
                          white-space: normal;
                          position: static;
                          margin: 0; }
#featured .ui-corner-top { border-radius: 0; }
#featured .ui-widget-header, #featured .ui-state-default { border: none; background: transparent; }
#featured .ui-tabs-nav li a { padding: 0;
                              float:none; }
@media only screen and (max-device-width: 959px) { #featured {display:none;}}
