#featured {   
	width: 556px;   
	padding-right: 275px;   
	position: relative;   
	height: 300px;  
	background: transparent;  
	border: solid 2px #d1c754; 
	margin: 2em 0 1.25em 0;
} 
#featured ul.ui-tabs-nav {   
	position: absolute;   
	top: 0; left: 556px;   
	list-style: none;   
	padding: 0; margin: 0;   
	width: 275px;   
}  
#featured ul.ui-tabs-nav li {   
	padding: 0;
	font-weight: bold;
	color: #19441d;
}  
#featured ul.ui-tabs-nav li span {   
	font-size: 133.33%;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;  
	line-height: 18px;   
	padding-left: 3px; 
	position: relative; top: 10px;
}  
#featured .ui-tabs-panel {   
	width: 556px; height: 300px;   
	background: transparent; 
	position: relative;  
	overflow: hidden;  
}  
#featured .ui-tabs-hide {   
	display: none;   
} 

#featured li.ui-tabs-nav-item a {/*On Hover Style*/   
	display: block;   
	height: 42px;   
	color: #19441d;  background: #f6f6ec;    
	line-height: 20px;  
	outline: none;  
	padding: 9px 4px;
}  
#featured li.ui-tabs-nav-item a:hover {   
	background: #fbffcc; color: #d1c754;
}  
 
#featured ul.ui-tabs-nav li.ui-tabs-selected a{   
	background: #fbffcc;   
}  

#featured ul.ui-tabs-nav li img {   
	float: left; margin: 2px 5px;   
	background: #fff;   
	padding: 2px;   
	border: 1px solid #eee;  
}  

#featured .ui-tabs-panel .info {   
	position:absolute;   
	top: 235px; left: 0;   
	height: 65px; width: 556px;  
	padding: 5px 5px 5px 10px;
	background: url('/public/pics/transparent-bg.png');   
}  
#featured .info h2 {   
	font-size:18px; font-family: "Trebuchet MS", Verdana, Arial, sans-serif;  
	color:#fff; padding:5px; margin:0;  
	overflow:hidden;   
}  
#featured .info p {   
	margin:0 5px;   
	font-family:Verdana; font-size:12px;   
	line-height:15px; color:#f0f0f0;  
}  
#featured .info a {   
	text-decoration: underline;   
	color: #d1c754;   
}  
#featured .info a:hover {   
	text-decoration: none; color: #fff; 
}  


@media screen and ( max-width: 1200px )  
{
	#featured {   
		width: 370px;   
		padding-right: 250px;   
		height: 200px;  
	} 
	#featured ul.ui-tabs-nav {   
		left: 370px; 
		width: 250px;   
	}   
	#featured .ui-tabs-panel {   
		width: 370px; height: 200px;    
	}  
	#featured .ui-tabs-panel .info {   
		top: 235px; 
		height: 50px; width: 370px; 		
	}
	#featured .ui-tabs-panel .ui-tabs-img  {   
		width: 370px; 
		height: 200px; 
	}
	#featured li.ui-tabs-nav-item a {
		display: block;
		height: 25px;		
		padding: 4px 4px;
	} 
	#featured .ui-tabs-nav-item img {
		width: 30px; height: 22px;
	}
	#featured ul.ui-tabs-nav li span {
		line-height: 1em; top: 6px;
	}
	#featured .ui-tabs-panel .info {
		top: 120px;
		width: 355px;
		height: 70px;
	}
}