#featured{ 
	position:relative; 
	height:240px;
	background:#fff;
	z-index:500;
}
#featured ul.ui-tabs-nav{ 
	position:absolute; 
	bottom:11px; right:10px; 
	list-style:none; 
	padding:0; margin:0; 
	z-index:1000;
}
#featured ul.ui-tabs-nav li{ 
	padding:0px 0;
	float:left;  
	font-size:12px; 
	color:#666; 
}
#featured ul.ui-tabs-nav li img{ 
	float:left; margin:0px 0px; 
	background:transparent;
	padding:0px; 
	border:0px;
}
#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; 
	color:#333;
	background-image:url(/Content/images/rotator/dot-off.png);
	_background-image:url(/Content/images/rotator/dot-off.gif);
	background-repeat:no-repeat;
	background-position:center 5px;
	width:30px;
	height:30px;
	background-color:transparent; 
	line-height:30px;
	text-decoration:none;
}
#featured li.ui-tabs-nav-item a:hover{ 
	background-image:url(/Content/images/rotator/dot-hover.png);
	_background-image:url(/Content/images/rotator/dot-hover.gif);
}
#featured li.ui-tabs-selected{ 
	background:url('/Content/images/rotator/dot-on.png') no-repeat;
	_background:url('/Content/images/rotator/dot-on.gif') no-repeat;
	background-position:center 5px;
	background-color:transparent;
}
#featured li.ui-tabs-selected img{ 
	visibility: hidden;
}
#featured ul.ui-tabs-nav li.ui-tabs-selected a{ 
	background:transparent; 
}
#featured .ui-tabs-panel{ 
	position:relative;
	height:240px;
	background:#f0f0f0;
	_overflow:hidden;
	
}
#featured .ui-tabs-panel .info{ 
	position:absolute; 
	top:50px; left:10px; 
	height:auto;
	width:230px;
	padding:10px;
	background:none;
	/*background: url('/Content/images/rotator/transparent-bg.png');*/
}
#featured .info h2{ 
	color:#fff; padding:5px; margin:0;
	overflow:hidden;
	font-size:123.1%;
	font-weight:bold;
}

#featured .info h2 a
{
	text-align:left;
	background-image:none;
	line-height: normal;
	height:auto;
}

#featured .info p{ 
	margin:0 5px; 
	font-family:Verdana; font-size:11px; 
	line-height:15px; color:#f0f0f0;
	font-size:110%;
	line-height:130%;
}
#featured .info a{ 
	text-decoration:none; 
	color:#fff;
	display:block;
	text-align:right;
	background-image:url('/Content/images/rotator/fragment-link-bg.png');
	background-position:right;
	background-repeat:no-repeat;
	height:15px;
	line-height:15px;
	padding-right:20px;
}
#featured .info a:hover{ 
	text-decoration:underline; 
}
#featured .ui-tabs-hide{ 
	display:none; 
}