﻿#featured
{
    width: 971px;
    position: relative;
    border: 12px solid #fff;
    height: auto;
    margin-bottom: 15px;
    overflow: hidden;
    background: #fff;
     box-shadow: 0 0 0 0 , 0 0 0 0 , 12px 0 15px -4px rgba(0, 0, 0, 0.4), -12px 0 15px -4px rgba(0, 0, 0, 0.4);
}
#featured ul.ui-tabs-nav 
{
    
	 height: 350px;
    left: 570px;
    list-style: outside none none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    width: 400px;
}
#featured ul.ui-tabs-nav li
{
    display: block;
    float: right;
    padding-left: 13px;
}
#featured ul.ui-tabs-nav li img{ 
	background: none repeat scroll 0 0 #fff;
	height: 75px;
    margin: 5px;
    padding: 2px;
    width: 105px;
}
#featured ul.ui-tabs-nav li span
{
    font-size: 18px;
    font-family: arial;
    line-height: 20px;
    color: #FFFFFF;
   
   
    clip: rect(4px, auto, auto, auto);
    
}
#featured li.ui-tabs-nav-item a
{
    display: block;
   opacity: 0.5;
  
   
}
#featured li.ui-tabs-nav-item a:hover{ 
	opacity: 2.8;
}
#featured li.ui-tabs-selected, #featured li.ui-tabs-active{ 
	opacity: 2.8;
}
#featured ul.ui-tabs-nav li.ui-tabs-selected a, #featured ul.ui-tabs-nav li.ui-tabs-active a
{
    background: #054583;
    opacity: 2.8;
}
#featured .ui-tabs-panel{ 
	width:568px; height:350px; 
	background:#999; position:relative;
	float:left;
}
#featured .ui-tabs-panel .info{ 
	position:absolute; 
	bottom:0; left:0; 
	height:180px; 
	width:568px;
	background: url('../image/transparent-bg.png'); 
}
#featured .ui-tabs-panel .info a.hideshow{
	position:absolute; font-size:14px; font-family:Verdana; color:#f0f0f0; right:10px; top:-20px; line-height:20px; margin:0; outline:none; background:#333;
}
#featured .info h2{ 
	font-size:2.0em; font-family:arial; 
	color:#fff; padding:10px; margin:0; font-weight:bold;
	overflow:hidden; 
	text-align:right;
}
#featured .info p
{
    margin: 0 5px;
    font-family: Verdana;
    font-size: 16px;
    line-height: 20px;
    color: #CCCCCC;
    text-align:right;
}
#featured .info a{ 
	text-decoration:none; 
	color:#fff; 
}
#featured .info a:hover
{
    color: #CCCCCC;
}
#featured .ui-tabs-hide{ 
	display:none; 
}