
/* --- FEATURED SECTION --- */

#featured {
	width: 650px;
	height: 352px;
	border: 1px solid #e7e7e7;
	margin: 0 auto;
	position: relative;
}

#featured #slideshow {
	float: left;
	height: 352px;
	width: 650px;
	position: absolute;
}

#featured #slideshow img {
	position: absolute;
	top: 0; left: 0;
}

#featured #slidenav {
	background-color: #455155;
	position: absolute;
	bottom: 0px;
	width: 650px;
	text-align: center;
	margin: 0 0 0 0px;
}

#featured #slidenav ul {
	padding:10px 0px;
	*padding:8px 0px 0px;
	margin: 0 auto;
	overflow: hidden;
	width: 140px;
	list-style:none;
}

#featured #slidenav ul li {
	float: left;
	margin: 0 4px 0 0;
}


/* --- CONTENT - CONTACT --- */


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

.ui-tabs-nav a {
	color: #fff;
	width: 12px;
	height: 12px;
	display: block;
	background: url(../../images/slidenav_link.jpg) no-repeat;
	text-indent: -9999px;
}

.ui-tabs-selected a{
	color: #aaa;
	background: url(../../images/slidenav_link_current.jpg) no-repeat;
}

