#featured{ 
	width:650px; 
	padding-right:110px; 
	position:relative; 
	border:5px solid #00733e; 
	height:400px; overflow:hidden;
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.08); border-radius:5px 5px 0px 0px; -webkit-border-radius:5px 5px 0px 0px; -moz-border-radius:5px 5px 0px 0px;
	background:#fff;
}
#featured ul.ui-tabs-nav{ 
	position:absolute; 
	top:0; left:650px; 
	list-style:none; 
	padding:0; margin:0; 
	width:150px; 
	overflow:auto;
	overflow-x:hidden;
}
#featured ul.ui-tabs-nav li{ 
	padding-left:13px;  
	font-size:12px; 
	color:#666;
	height:65px;
}
#featured ul.ui-tabs-nav li img{
	margin:2px 5px;
	float:left;
	background:#fff; 
	padding:2px; 
	width:75px;
	border:1px solid #eee;
}
#featured li.ui-tabs-nav-item a{ 
	display:block;
	text-decoration:none;
	font-size:12px;
	color:#00733e;  background:#fff; 
	line-height:70px; outline:none;
}
#featured li.ui-tabs-nav-item a:hover{ 
	background:#f2f2f2; 
}
#featured li.ui-tabs-selected, #featured li.ui-tabs-active{ 
	background:url('../image/selected-item.gif') top left no-repeat;  
}
#featured ul.ui-tabs-nav li.ui-tabs-selected a, #featured ul.ui-tabs-nav li.ui-tabs-active a{ 
	background:#ccc; 
}
#featured .ui-tabs-panel{ 
	width:650px; height:400px; 
	background:#00733e; position:relative;	
}	
#featured .ui-tabs-panel .info{ 
	position:absolute; 
	bottom:0; left:0; 
	height:70px;  
}
#featured .ui-tabs-panel .info a.hideshow{
	position:absolute; font-size:11px; font-family:Verdana; color:#f0f0f0; right:10px; top:-20px; line-height:20px; margin:0; outline:none; background:#333;
}
#featured .ui-tabs-hide{ 
	display:none; 
}
@media screen and (max-width:768px)
{

#featured ul.ui-tabs-nav {
    float: left;
    left:0;
    list-style: outside none none;
    margin: 41px 0 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: inherit;
    top: 0;
    width: 100%;
}	
#featured .ui-tabs-panel{float:left; width:100%; height:auto;}
#featured .ui-tabs-panel img{width:100%;}
#featured {
    background: #fff none repeat scroll 0 0;
    border: 5px solid #00733e;
    border-radius: 5px 5px 0 0;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.08);
    height: 600px;
    overflow: hidden;
    padding-right: 0px;
    position: relative;
    width: auto;
}
#featured ul.ui-tabs-nav li {
    color: #666;
    display: inline-block;
    float: left;
    font-size: 12px;
    height: 40px;
	padding-left:0PX;
   
  
}
#featured ul.ui-tabs-nav li img {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #eee;
    float: left;
    margin: 2px 5px;
    padding: 2px;
    width: 40px;
}

#featured li.ui-tabs-nav-item a {
    background: #fff none repeat scroll 0 0;
    color: #00733e;
    display: -moz-stack;
    font-size: 12px;
    line-height: 37px;
    outline: medium none;
    text-decoration: none;
}
#featured{height:auto;}
	}