/*
########## update: 20/01/2012 ##############
*/
#featured {
    background: none repeat scroll 0 0 #FFFFFF;
    border-bottom-style: solid;
    border-color: #FFFFFF;
    clear: both;
    height: 250px;
    margin: 0;
    padding: 5px 10px;
    position: relative;
    width: 930px;
}
#featured .ui-tabs-panel{ 
	width:930px; height:250px; 
	background:#999; position:relative;
}
#featured .ui-tabs-panel .info{
	position:absolute;
	top:180px;
	left:0;
	width: 920px;
	height:60px;
	padding:5px;
	background-color:rgba(0,0,0,0.6);
}
#featured .info h2{ 
	font-size:18px; font-family:Georgia, serif; 
	color:#fff; padding:5px; margin:0;
	overflow:hidden; 
}
#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; 
}
