#featured
{
	width: 420px;
	padding-right: 240px;
	position: relative;
	
	height: 245px;
	background: #ffffff;
	background-image: url(  './Liver3.jpg' );
	background-repeat:no-repeat;
	background-position:left bottom;
}
#featured ul.ui-tabs-nav
{
	position: absolute;
	top: 0;
	right:0px;
	list-style: none;
	padding: 0;
	margin: 0;
	width: 230px;
}
#featured ul.ui-tabs-nav li
{
	padding: 1px 0;
	padding-left: 4px;
	font-size: 9pt;
	color: #666;
	font-family: Tahoma;
}
#featured ul.ui-tabs-nav li img
{
	float: right;
	padding-right: 2px;
	background: #ffffff;
	padding: 2px;
	border: 1px solid #eee;
}
#featured ul.ui-tabs-nav li span
{
	font-size: 9pt;
	font-family: Tahoma;
	text-align: right;
	direction: rtl;
	padding: 0px 3px 0px 3px;
}
#featured li.ui-tabs-nav-item a
{
	display: block;
	height: 59px;
	color: #000000;
	background-image: url(  './bg1.gif' );
	background-repeat: repeat-x;
		direction:rtl;
	text-align:right;
}
#featured li.ui-tabs-nav-item a:hover
{
	color: Gray;
	background-image: url(  './bg2.gif' );
	background-repeat: repeat-x;
	direction:rtl;
	text-align:right;
}
#featured li.ui-tabs-selected
{

}
#featured ul.ui-tabs-nav li.ui-tabs-selected a
{
	color: #000000;
	background-image: url(  './bg2.gif' );
	background-repeat: repeat-x;
}
#featured .ui-tabs-panel
{
	width: 410px;
	height: 245px;
	background: #ffffff;
	position: relative;
}
#featured .ui-tabs-panel .info
{
	position: absolute;
	top: 170px;
	left:0px;
	right:0px;
	height: 70px;
	background: url(  './transparent-bg.png' );
	width: 410px;
	direction:rtl;
	text-align:right;

}
#featured .info h2
{
	font-size: 14pt;
	font-family: Times New Roman;
	color: #fff;
	padding: 5px;
	margin: 0;
	overflow: hidden;
}
#featured .info p
{
	margin: 0 5px;
	font-family: Tahoma;
	font-size: 8pt;
	line-height: 15px;
	color: #f0f0f0;
}
#featured .info a
{
	text-decoration: none;
	color: #fff;
}
#featured .info a:hover
{
	color: #DEDEDE;
}
#featured .ui-tabs-hide
{
	display: none;
}
