#featured
{ 
	width: 900px; 
	padding: 0; 
	position: relative; 
	height: 400px;
	margin: 0;
}

#featured ul.ui-tabs-nav
{ 
	display: none;
	position: absolute; 
	top: 0;
	left: 608px;
	list-style: none;
	padding: 0;
	width: 352px;
}

#featured ul.ui-tabs-nav li
{ 
	margin: 0 0 20px 0;
	font-size: 13px;
}

#featured ul.ui-tabs-nav li.kop
{ 
	margin: 0 0 20px 0;
	width: 322px;
	height: 46px;
	line-height: 46px;
}

#featured ul.ui-tabs-nav li.kop h2
{ 
	font-size: 14px;
	font-weight: normal;
	color: #C00;
}

#featured ul.ui-tabs-nav li img
{
	float: left;
	display: inline;
	padding: 2px;
	border: 1px solid #cccccc;
	margin: 0 10px 0 0;
}

#featured ul.ui-tabs-nav li span
{ 
	float: left;
	display: inline;
}

#featured li.ui-tabs-nav-item a
{ 
	display: block; 
	width: 322px;
	height: 36px;
	margin: 0;
	padding: 0 0 0 30px;
	line-height: 36px;
	color: #000;
	text-decoration: none;
	margin: 0;
}

#featured li.ui-tabs-nav-item a:hover
{
	text-decoration: none;
	color: #000;
	background: url(../images/web_bckg_slideshow_button.png) left no-repeat;
}

#featured li.ui-tabs-selected
{ 
	/* ? */
}

#featured ul.ui-tabs-nav li.ui-tabs-selected a
{ 
	color: #000;
	background: url(../images/web_bckg_slideshow_button.png) left no-repeat;
}

#featured .ui-tabs-panel
{
	width: 900px;
	height: 400px; 
	position: relative;
}

#featured img
{
	width: 900px;
	height: 400px; 
}

#featured h2
{ 
	position: absolute; 
	top: 320px;
	right: 0;
	height: 40px;
	width: 300px;
	margin: 0;
	padding: 0 20px 0 20px;
	background: #FFF;
	line-height: 40px;
	font-size: 16px;
	font-weight: normal;
}

#featured h2 a
{ 
	display: block;
	text-decoration: none; 
	color: #000; 
}

#featured .info a:hover
{ 
	color: #000;
	text-decoration: underline;
}

#featured .ui-tabs-hide
{ 
	display: none; 
}

