﻿#featured
{
    width: 991px;
    position: relative;
    /*border: 10px 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: auto;
   /* left: 570px;*/
    list-style: outside none none;
    padding-right: 2px;
   /* padding-top: 5px;*/
    position: absolute;
    top: 220px;
    width: 450px;
}
#featured ul.ui-tabs-nav li
{
    display: block;
    float: right;
      padding-bottom: 2px;
    /*padding-left: 13px;*/
}
#featured ul.ui-tabs-nav li img{ 
	background: none repeat scroll 0 0 #fff;
	height: 47px;
  /*  margin: 5px;*/
  border-radius: 10px;
  border: 2px solid #ccc;
   padding: 5px 4.3px 2px 2px;
    width: 82px;
}
#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.7;*/
  
   
}
#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: #FF3300;*/
    opacity: 2.8;
}
#featured .ui-tabs-panel{ 
	width:971px;
     /*height:350px; 
	background:#999; position:relative;*/
	float:left;
}
#featured .ui-tabs-panel .info{ 
	position:absolute; 
	/*bottom:0; left:0; 
	height:100px;*/ 
	width:435px;
	/*background: url('images/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:20px; 
    /*font-family:arial;*/ 
	color:#4d4341 !important; padding:10px; margin:0; font-weight:bold;
	overflow:hidden; 
	text-align:right;
}
#featured .info p
{
    margin: 0 5px;
    font-family: 'Droid Arabic Naskh','Open Sans',sans-serif;
    font-size: 12px;
    font-weight: bold;
    line-height: 25px;
    color: #555;
    text-align:right;
}
#featured .info a{ 
	text-decoration:none; 
	color:#4d4341; 
}
#featured .info a:hover
{
    color: #CCCCCC;
}
#featured .ui-tabs-hide{ 
	display:none; 
}