﻿#featured{ 
	width:435px; 
	padding-right:250px; 
	position:relative; 
	border:5px solid #3366CC;
	height:250px; 
	background:black;
}
#featured ul.ui-tabs-nav{ 
	position:absolute; 
	top:1px; left:435px; 
	list-style:none; 
	padding:0; margin:0; 
	width:248px; 
	/*
	background-color: #000;
   filter: alpha(opacity=70); /* here you can set the opacity of box with text *
   -moz-opacity: 0.7; /* here you can set the opacity of box with text *
   -khtml-opacity: 0.7; /* here you can set the opacity of box with text *
   opacity: 0.7; /* here you can set the opacity of box with text *
   color: #fff; */
	
}
#featured ul.ui-tabs-nav li{ 
	padding:1px 0; padding-left:13px;  
	font-size:12px; 
	color:black;
}
#featured ul.ui-tabs-nav li img{ 
	float:left; margin:2px 5px; 
	background:#fff; 
	padding:2px; 
	border:1px solid #eee;
}
#featured ul.ui-tabs-nav li span{ 
	font-size:11px; font-family:Verdana; 
	color:white;
	line-height:18px; 
}
#featured li.ui-tabs-nav-item a{ 
	display:block; 
	height:60px; 
	color:#333;  background:black
	line-height:20px;
}
#featured li.ui-tabs-nav-item a:hover{ 
	background:url(../img/bluebgtrans.png) repeat;
}
#featured li.ui-tabs-selected{ 

}
#featured ul.ui-tabs-nav li.ui-tabs-selected a{ 
	background:url(../img/bluebgtrans.png) repeat;
}
#featured .ui-tabs-panel{
	width: 400px;
	height: 250px;
	background: #999;
	position: relative;
	color: #0066FF;
}
#featured .ui-tabs-panel .info{ 
	position:absolute; 
	top:200px; 
	padding-left:5px; 
	padding-top:10px;
	height:40px; 
	width:440px;
	background:url(../img/blackbgtrans.png) repeat;
}

.infowrap {
	background: black; 
	position:absolute;
	top:215px; 
	height: 50px;
}

#featured .info h2{ 
	font-size:18px; font-family:Georgia, serif; 
	color:#fff; padding:5px; margin:0;
	overflow:hidden; 
}


#featured .info {
	/*background:red;
	height:40px;
	position:absolute;*/
}

#featured .info p{ 
	margin:0 5px; 
	font-family:Verdana; font-size:11px; 
	line-height:15px; color:#f0f0f0;
}
#featured .info a{ 
	text-decoration:none; 
	color:#fff; 
}
#featured .info a:hover{ 
	text-decoration:underline; 
}
#featured .ui-tabs-hide{ 
	display:none; 
}