#featured{
	width:470px;
	height:250px;
	background:#2A2A2A;
    overflow:hidden;
border:1px solid #000;
margin: 0 auto 0 auto;
    padding:0;
}
#featured ul.ui-tabs-nav{
position:relative;
top:0;right:0;
	width:120px;
	list-style:none;
	padding:0;
	height: 250px;
    overflow: auto;
    overflow-x: hidden;
    	margin: 0;

}
#featured ul.ui-tabs-nav li{
	padding:0; padding-left:12px;padding-bottom: 1px;
	font-size:12px;
	color:#666;
	margin: 0;
        width: 90px;
        width: 92px !ie;
}
#featured ul.ui-tabs-nav li img{
	margin:2px;
	background:#;
	padding:2px;
	border:1px solid #00528e;
}
#featured ul.ui-tabs-nav li span{
	font-size:11px; font-family:Verdana;
	line-height:18px;
}
#featured li.ui-tabs-nav-item a{
	display:block;
  padding: 4px !ie;
  height: 61px !ie;
	color:#333;  background:#00528e;
}
#featured li.ui-tabs-nav-item a:hover{
	background:#2A2A2A;
}
#featured li.ui-tabs-selected{
	background:url('images/selected-item.png') top left no-repeat;
    position:relative;
}
#featured ul.ui-tabs-nav li.ui-tabs-selected a{
	background:#fff;
}
#featured .ui-tabs-panel{
	width:350px; height:250px;
	padding:0;margin:0;
	background:#999;
}
#featured .ui-tabs-panel .info{
	position:absolute;
	top:180px; left:0;
    width: 350px;
	bottom:0;
	background: url('images/transparent-bg.png');
}
#featured .info h2{
    color: #ffffff;
	font-size:18px; font-family:Trebuchet MS;
    padding:2px;
    margin:0;
	overflow:hidden;
background-color: transparent;
}
#featured .info p{
	margin:0 3px;
	font-family:Verdana; font-size:11px;
	line-height:15px;
        color:#f6f6f6;
}
#featured .info a{
background-color: transparent;
	text-decoration:none;
	color:#fff;
}
#featured .info a:hover{
	text-decoration:underline;
}
#featured .ui-tabs-hide{
	display:none;
}
