#featured { 
	width:884px; 
	padding-right:10px; 
	position:relative; 
	height:291px; 
	left:3px;
}
#featured ul.ui-tabs-nav { 
	position:absolute; 
	top:0px;left:10px; 
	list-style:none; 
	padding:0;
	margin:0; 
	width:70px;
	height:291px;
}

#featured ul.ui-tabs-nav li{ 
	font-size:12px; 
	color:#666;
	padding-right:10px;
}

/* Updated so that EPiServer can dynamically update the background image in the code in front */
/*
#featured #nav-fragment-1 a {background:url(../images/image1-small.jpg) no-repeat;text-indent:-9999px;border:1px solid #0092c9;border-width:6px 6px 1px 6px;width:48px;height:50px;}
#featured #nav-fragment-2 a {background:url(../images/image2-small.jpg) no-repeat;text-indent:-9999px;border:1px solid #0092c9;border-width:6px 6px 1px 6px;width:48px;height:50px;}
#featured #nav-fragment-3 a {background:url(../images/image3-small.jpg) no-repeat;text-indent:-9999px;border:1px solid #0092c9;border-width:6px 6px 1px 6px;width:48px;height:50px;}
#featured #nav-fragment-4 a {background:url(../images/image4-small.jpg) no-repeat;text-indent:-9999px;border:1px solid #0092c9;border-width:6px 6px 1px 6px;width:48px;height:50px;}
#featured #nav-fragment-5 a {background:url(../images/image5-small.jpg) no-repeat;text-indent:-9999px;border:1px solid #0092c9;border-width:6px 6px 6px 6px;width:48px;height:50px;}
*/

#featured #nav-fragment a {text-indent:-9999px;border:1px solid #0092c9;border-width:6px 6px 1px 6px;width:48px;height:50px;}
#featured #nav-fragment-last a {text-indent:-9999px;border:1px solid #0092c9;border-width:6px 6px 6px 6px;width:48px;height:50px;}

/*
#featured #nav-fragment-3 h2 {width:490px;}
*/

#featured li.ui-tabs-nav-item a { 
	display:block; 
}

#featured li.ui-tabs-nav-item a:hover{ 
	background:#f2f2f2;  display:block;
}
#featured li.ui-tabs-selected { 
	background:url(../images/selected-item.png) right no-repeat; 
}

#featured ul.ui-tabs-nav li.ui-tabs-selected a { 
	/*background:#0092c9; */
}

#featured .ui-tabs-panel { 
	width:824px;
	height:291px; 
	position:relative;
	left:80px;
	cursor:pointer;
}

#featured .ui-tabs-panel .info { 
	position:absolute; 
	top:40px; left:40px; 
	height:220px;
}

#featured .info h2 { 
	font-family:Helvetica, sans-serif;
	font-weight:normal;
	font-size:27px; 
	color:#fff; padding:5px 5px 10px  5px; margin:0;
	overflow:hidden; 
	width:440px;
}

#featured .info p { 
	margin:0 5px; 
	font-family:Helvetica; font-size:13px; 
	line-height:1.35em; color:#fff;
	width:430px;
}

#featured .info p span {color:#e8842e;font-weight:bold;}
/* updated 2011.11.01 - from Terry @McKinney  */	
#featured .info a { 
	text-decoration:none; 
	color:#E8842E; 
}

#featured a:hover{ 
	text-decoration:none; 
}
#featured .info a:hover
{
	text-decoration:underline!important;	
}

#featured .ui-tabs-hide{ 
	display:none; 
}
