#featured{ 
	width:573px; 
	/*padding-right:250px; */
	position:relative; 
	border:1px solid #ccc; 
	/*padding:10px;*/
	height:323px; /**/
	/*background:#E6E6E6 url(logo110h_bw.png) no-repeat center center;*/
	background:#ffffff url(logo110h_bw.png) no-repeat center center;
	-moz-border-radius:10px; -webkit-border-radius:10px; border-radius:10px;/**/
	border-top-left-radius:10px; 	-moz-border-radius-topleft:10px; 	-webkit-border-top-left-radius:10px;
	border-top-right-radius:10px; 	-moz-border-radius-topright:10px; 	-webkit-border-top-right-radius:10px;
	border-bottom-right-radius:0px; -moz-border-radius-bottomright:0px; -webkit-border-bottom-right-radius:0px;
	border-bottom-left-radius:0px; 	-moz-border-radius-bottomleft:0px; 	-webkit-border-bottom-left-radius:0px;	
}

.round5 { -moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px; }
.round10 { -moz-border-radius:10px; -webkit-border-radius:10px; border-radius:10px; }

#featured ul.ui-tabs-nav{ 
	position:absolute; 
	padding-top:20; margin-left:5px; 
	list-style:none; 
	width:80px; 
	z-index:300;
}
#featured ul.ui-tabs-nav li{ 
	padding:3px; /*padding-left:13px;  */
	padding-right:13px;
	font-size:12px; 
	color:#E6E6E6; 
}
#featured ul.ui-tabs-nav li img { 
	float:left; margin:5px; 
	width:80px; height:45px;
	z-index:2;
	/*padding-left:20px;
	padding-top:20px;
	background:#fff; 
	padding:2px; */
	/* border:1px solid #eee; */
}
#featured ul.ui-tabs-nav li span{ 
	font-size:11px; font-family:Arial, Helvetica, helv, sans-serif; 
	line-height:18px; 
}
#featured li.ui-tabs-nav-item a{ 
	display:block; 
	height:55px; 
	color:#333;  background:transparent; 
	line-height:20px;
}
#featured li.ui-tabs-nav-item a:hover{ 
	background:#1B9DD8; 
	-moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px;
}
#featured li.ui-tabs-selected { 
	background:url('selected-item-white.png') top right no-repeat;  
}
#featured ul.ui-tabs-nav li.ui-tabs-selected a{ 
	background:#fff; 
	-moz-border-radius:10px; -webkit-border-radius:10px; border-radius:10px;
}
#featured .ui-tabs-panel{ 
	width:573px; height:323px; 
	left:0px;
	background:#E6E6E6; position:relative;
	-moz-border-radius:10px; -webkit-border-radius:10px; border-radius:10px;
	z-index:1;
}
#featured .ui-tabs-panel .info{ 
	position:absolute; 
	bottom:0px; left:0; 
	width:573px;
	height:80px; 
	background: url('transparent-bg.png'); 
	color:#1B9DD8;
}
#featured .info h2{ 
	font-size:16px; font-family:Arial, Helvetica, helv, sans-serif; 
	color:#1B9DD8; padding:5px; margin:0;
	overflow:hidden; 
}
#featured .info p{ 
	margin:0 5px; 
	font-family:Arial, Helvetica, helv, sans-serif; font-size:11px; 
	line-height:15px; color:#000;
}
#featured .info a{ 
	text-decoration:none; 
	color:#1B9DD8; 
}
#featured .info a:hover{ 
	text-decoration:none; 
}
#featured .ui-tabs-hide{ 
	display:none; 
}