#featured{
	width:624px;
	padding-bottom:60px;
	position:relative;
	/* [disabled]border:5px solid #ccc; */
	height:230px;
	background:#000;
}
#featured ul.ui-tabs-nav{ 
	position:relative;
	float:left; 
	list-style:none; 
	padding:0; 
	margin:0px 0px 0px 0px; 
	width:624px; 
}
#featured ul.ui-tabs-nav li{ 
	float:left; 
	padding:0;  
	font-size:12px; 
	color:#666;
}
#featured ul.ui-tabs-nav li h2{
	font-size:16px;
	font-family: 'TitilliumText22LRegular', Tahoma, Geneva, sans-serif;
	padding:9px 0px 4px 0px;
	margin:0px;
	overflow:hidden;
}
#featured ul.ui-tabs-nav li p{
	padding:0px 0px 0px 0px;
	margin:0px;
	overflow:hidden;
}
#featured ul.ui-tabs-nav li img{ 
	float:left; 
	/* margin:2px 5px; */
	background:none; 
	/* padding:2px; */
	/* border:1px solid #eee; */
}
#featured ul.ui-tabs-nav li span{ 
	font-size:11px; 
	line-height:13px;
	width: 120px;
}
#featured li.ui-tabs-nav-item a{ 
	display:block; 
	height:60px; 
	color:#FFF;  
	background: #666 url(../../images/content-slide-show/background-tile-nav-off.jpg) top left repeat-x; 
	line-height:20px;
	width:156px;
}
#featured li.ui-tabs-nav-item a:hover{ 
	text-decoration:underline; 
}
#featured li.ui-tabs-selected{ 
	background:url(../../images/content-slide-show/background-nav-arrow.png) top left no-repeat;  
}
#featured li.ui-tabs-selected a{ 
	background:url(../../images/content-slide-show/background-nav-arrow.png) top left no-repeat;  
}
#featured ul.ui-tabs-nav{
	background: url(../../images/content-slide-show/background-tile-nav-on.jpg) top left repeat-x;  
}
#featured .ui-tabs-panel{
	width:624px;
	height:230px;
	background:#000;
	position:relative;
}
#featured .ui-tabs-panel .info{
	position:absolute;
	top:0px;
	left:369px;
	height:230px;
	width:255px;
	background: url('../../images/content-slide-show/transparent-bg.png');
}
#featured .info h2{ 
	font-size:24px; 
	font-family: 'TitilliumText22LRegular', Tahoma, Geneva, sans-serif; 
	color:#fff; 
	padding:0px 10px 0px 15px; 
	margin:0;
	overflow:hidden; 
}
#featured .info h3{ 
	font-size:14px; 
	font-family: 'TitilliumText22LRegular', Tahoma, Geneva, sans-serif; 
	color:#fff; 
	padding:25px 10px 0px 15px; 
	margin:0;
	overflow:hidden; 
}
#featured .info p{
	margin:0;
	padding:0px 10px 12px 15px;
	font-size:12px;
	line-height:18px;
	color:#f0f0f0;
}
#featured .info a{
	background: -moz-linear-gradient(#666, #0a0a0a);
	background: -o-linear-gradient(#666, #0a0a0a);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#666), to(#0a0a0a)); /* older webkit syntax */
	background: -webkit-linear-gradient(#666, #0a0a0a);
	border:#666 solid 1px;
	border-radius: 3px;
	padding:5px 9px 6px 9px;
	margin:0px 15px 0px 15px;
	width:100px;
	color:#f0f0f0;
	font-size:12px;
	line-height:18px;
}
#featured .info a:hover{ 
	background: -moz-linear-gradient(#999, #0a0a0a);
	background: -o-linear-gradient(#999, #0a0a0a);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#999), to(#0a0a0a)); /* older webkit syntax */
	background: -webkit-linear-gradient(#999, #0a0a0a);
	border:#999 solid 1px;
	text-decoration:underline; 
}
#featured .ui-tabs-hide{ 
	display:none; 
}
