/* --- Featured Content Slider --- */
#slider {
	height: 410px;
	width: 390px;
}
#featured-thumb {
	height: 246px;
}
#featured-headline {
	font-size: 14px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#featured-excerpt {
	font-size: 12px;
	overflow: hidden;
}
.sliderwrapper {
	position: relative;
	overflow: hidden;
	width: 395px;
	height: 390px;
}
.sliderwrapper .contentdiv {
	visibility: hidden;
	position: absolute;
	left: 0;
	top: 0;
}
.pagination {
	width: 390px;
	text-align: right;
	background-color: #000;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.pagination a {
	padding: 5px;
	text-decoration: none;
	color: #000;
	background: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.pagination a:hover, .pagination a.selected {
	color: #000;
	background-color: #FF9;
	padding: 5px;
}
/* --- Tabbed Moduled --- */
#tabs {
	height: 430px;
}
#tabs ul.tab-area {
	height: 30px;
}
#tabs ul.tab-area li {
	padding: 7px;
}
#tabs ul li.last-tab {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #ccc;
}
.ui-tabs {
	overflow: hidden;
}
.ui-tabs .ui-tabs-nav {
	list-style: none;
	padding: 0;
}
.ui-tabs .ui-tabs-nav li {
	float: left;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ccc;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #ccc;
	border-bottom-width: 0 !important;
}
.ui-tabs .ui-tabs-nav li a {
	float: left;
	font-size: 13px;
	text-transform: uppercase;
	text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected {
	background-color: #ccc;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a {
	cursor: pointer;
}
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a {
	cursor: pointer;
} /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel {
	display: block;
	border: 1px solid #ccc;
}
.ui-tabs .ui-tabs-hide {
	display: none !important;
}
#fragment-1 {
	clear:left;
	height: 360px;
	padding: 10px;
	overflow: hidden;
}
#fragment-1 h3 {
	display: none;
}
#fragment-2 {
	clear:left;
	height: 190px;
	padding: 10px;
	overflow: hidden;
}
#fragment-2 h3 {
	display: none;
}
#fragment-3 {
	clear:left;
	height: 190px;
	padding: 10px;
	overflow: hidden;
}
#fragment-3 h3 {
	display: none;
}
/* --- Accordion Slider --- */
#accordion {
	width: 300px;
}
.ui-accordion-header {
	height: 26px;
	width: 95%;
	border-top-width: 3px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-bottom-color: #dddddd;
	padding-top: 6px;
}
.ui-accordion-header a {
	font-size: 16px;
	color: #000;
}
.ui-accordion-content-active {
	padding-bottom: 20px;
	padding-right: 10px;
	overflow: hidden;
}
div#fancy_overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
	z-index: 30;
}
