#featured {
	border: #ccc 0px solid;
	position: relative; 
	width: 500px; 
	background: #fff; 
	height: 375px; 
	/*overflow: hidden; */
}

#featured ul.ui-tabs-nav {
	position: absolute; 
	/*overflow-x: hidden; */
	list-style-type: none; 
	margin: 0px; 
	left: 0px;
	width: 525px; 
	/*padding-top: 13px;*/
	/*height: 250px; */
	overflow: auto; 
	top: 250px; 
	list-style-image: none;
	padding-left: 0px;
	padding-right: 2px;
	/*padding: 0px;
	display: inline;*/

}


#featured ul.ui-tabs-nav li {
	padding-bottom: 0px; 
	padding-top: 13px; 
	padding-right: 1px;
	padding-left: 1px;
	color: #666; 
	font-size: 12px; 
	width: 122px;
	display: inline
}

#featured ul.ui-tabs-nav li img {
	border: #333 1px solid;
	padding: 2px;
	margin: 6px 10px; 
	background: #eee; 
	/*float: left; */
}

#featured ul.ui-tabs-nav li span {
	line-height: 18px; 
	font-family: verdana, arial, sans-serif; 
	font-size: 11px;
}

/*#featured li.ui-tabs-nav-item a {
	line-height: 14px; 
	outline-style: none; 
	outline-color: invert; 
	outline-width: medium; */
	/*display: block; */
	/*background: #fff; 
	height: 60px; 
	color: #333; 
	text-decoration: none;
	width: 125px;
	display: inline;
}*/

#featured li.ui-tabs-nav-item a {
	line-height: 14px; 
	outline-style: none; 
	outline-color: invert; 
	outline-width: medium; 
	/*display: block; */
	background: #fff; 
	height: 125px; 
	color: #004080; 
	text-decoration: none;
	width: 125px;
	text-align: center;
	display: inline;
	float: left;
}


#featured li.ui-tabs-nav-item a:hover {
	background: #fff;
}

#featured li.ui-tabs-selected {
	/*background: url(http://www.safeny.com/jHome/selected-item.gif) no-repeat left top;
	background: url(http://www.safeny.com/jHome/select-top.gif) no-repeat;*/
}

#featured ul.ui-tabs-nav li.ui-tabs-selected a {
	background: #ffffcc;
	background: #ddd;
}

#featured .ui-tabs-panel {
	position: relative; 
	width: 500px; 
	background: #fff; 
	height: 250px;
	border-bottom: #004080 1px solid;
}

#featured .ui-tabs-panel .info {
	position: absolute;
	bottom: 0px; 
	/* background: url(transparent-bg.png); */
	height: 70px; 
	left: 0px;
}

#featured .ui-tabs-panel .info a.hideshow {
	position: absolute; 
	line-height: 20px; 
	margin: 0px; 
	outline-style: none; 
	outline-color: invert; 
	outline-width: medium; 
	font-family: verdana, arial, sans-serif; 
	background: #333; 
	color: #f0f0f0; 
	font-size: 11px; 
	top: -20px; 
	right: 10px;
}
#featured .info h2 {
	padding: 5px;
	margin: 0px; 
	font-family: georgia, serif; 
	font-weight: bold;
	color: #004080; 
	font-size: 1.2em; 
	overflow: hidden; 
	/*font-weight: normal; */
}

#featured .info p {
	line-height: 15px; 
	margin: 0px 5px; 
	font-family: verdana, arial, sans-serif; 
	color: #004080; 
	font-size: 11px;
}

#featured .info a {
	color: #004080; 
	text-decoration: underline;
}

#featured .info a:hover {
	text-decoration: underline;
}

#featured .ui-tabs-hide {
	display: none;
}