#featured {
	width: 350px;
	padding-right: 250px;
	position: relative;
	height: 250px;
	background: #e3eef1;
	--border: 5px solid #174472;
	}

#featured ul.ui-tabs-nav {
	position: absolute;
	top: 0;
	left: 347px;
	list-style: none;
	padding: 0;
	margin: 0;
	width: 260px;
	}

#featured ul.ui-tabs-nav li {
	padding: 0;
	padding-left: 13px;
	color: #666;
	}

#featured ul.ui-tabs-nav li span {
	line-height: 1.4em;
	}

#featured .ui-tabs-panel {
	width: 350px;
	height: 273px;
	background: #e3eef1;
	position: relative;
	overflow: hidden;
	border: 5px solid #174472;
	-moz-border-radius-topleft: 3px;
	-webkit-border-top-left-radius: 3px;
	-moz-border-radius-bottomleft: 3px;
	-webkit-border-bottom-left-radius: 3px;
	}

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

#featured li.ui-tabs-nav-item a {
	

/*On Hover Style*/
  display: block;
	padding: 5px 10px;
	height: 60px;
	color: #174472;
	background: #e3eef1;
	line-height: 15px;
	outline: none;
	font-size: 10pt;
	text-decoration: none;
	border-bottom: 1px solid #c5d5de;
	-moz-border-radius-topright: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	-webkit-border-bottom-right-radius: 3px;
	}

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

#featured li.ui-tabs-selected {
	
	}

#featured ul.ui-tabs-nav li.ui-tabs-selected a {
	background: #174472;
	color: #fff;
	border-bottom: hidden;
	}

#featured .ui-tabs-panel .info {
	position: absolute;
	top: 175px;
	left: 0;
	height: 90px;
	padding: 5px;
	width: 340px;
	background: url("../images/transparent-bg.png");
	}

#featured .info h2 {
	font-size: 18px;
	color: #fff;
	padding: 5px;
	margin: 0;
	overflow: hidden;
	}

#featured .info p {
	margin: 0 5px;
	font-size: 11px;
	line-height: 15px;
	color: #f0f0f0;
	}

#featured .info a {
	text-decoration: none;
	color: #fff;
	}

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